Jump to content

Recommended Posts

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";

?

Link to comment
https://metin2.dev/topic/3053-adminpage_ip-set-to-localhost-by-default/
Share on other sites

  • 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.

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.