Jump to content

adminpage_ip set to localhost by default


Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 5 months later...

How I can set adminpage_ip to localhost by default ?

 

In config.cpp I have  :

std::vector<std::string> g_stAdminPageIP;

It is correct:

std::vector<std::string> g_stAdminPageIP = "localhost";

or

std::vector<std::string> g_stAdminPageIP = "127.0.0.1";

?

std::vector<std::string> g_stAdminPageIP = " ";

leave it empty.

 

If you want to use it on a vps, put vps ip.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.