aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/config.h
diff options
context:
space:
mode:
authorzousar <[email protected]>2023-10-11 14:02:34 -0600
committerzousar <[email protected]>2023-10-11 14:02:34 -0600
commite0b1035b679e0d88c34bea5b79cdd1230295308e (patch)
tree6facc9c80553c3c510ceb1a5ecf0d484819127a7 /src/zenserver/config.h
parentadded explicit implementation of IoHash equals operator (#464) (diff)
downloadzen-e0b1035b679e0d88c34bea5b79cdd1230295308e.tar.xz
zen-e0b1035b679e0d88c34bea5b79cdd1230295308e.zip
Change default port to 8558
Changes the default port without altering config for shared instances.
Diffstat (limited to 'src/zenserver/config.h')
-rw-r--r--src/zenserver/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/config.h b/src/zenserver/config.h
index d3b20218f..fecf3fe0c 100644
--- a/src/zenserver/config.h
+++ b/src/zenserver/config.h
@@ -123,7 +123,7 @@ struct ZenServerOptions
std::string LogId; // Id for tagging log output
std::string EncryptionKey; // 256 bit AES encryption key
std::string EncryptionIV; // 128 bit AES initialization vector
- int BasePort = 1337; // Service listen port (used for both UDP and TCP)
+ int BasePort = 8558; // Service listen port (used for both UDP and TCP)
int OwnerPid = 0; // Parent process id (zero for standalone)
bool InstallService = false; // Flag used to initiate service install (temporary)
bool UninstallService = false; // Flag used to initiate service uninstall (temporary)