allow changing the dns server port

This commit is contained in:
Martin Michelsen
2022-03-02 18:54:08 -08:00
parent 64d6b69a8b
commit 4b468b0a3d
6 changed files with 22 additions and 19 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ using namespace std;
ServerState::ServerState() : run_dns_server(true),
ServerState::ServerState()
: dns_server_port(0),
allow_unregistered_users(false),
run_shell_behavior(RunShellBehavior::Default), next_lobby_id(1),
pre_lobby_event(0) {