mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-25 10:12:52 -04:00
ConnectionServer: add altPublicBindAddress config option
This commit is contained in:
@@ -68,6 +68,8 @@ public:
|
||||
|
||||
int connectionServerNumber;
|
||||
int fakeBuddyPoints;
|
||||
|
||||
const char * altPublicBindAddress;
|
||||
};
|
||||
|
||||
|
||||
@@ -133,6 +135,7 @@ public:
|
||||
static int getConnectionServerNumber();
|
||||
static int getFakeBuddyPoints();
|
||||
|
||||
static const char * getPublicBindAddress();
|
||||
private:
|
||||
static Data * data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user