From a2a0f98c21c7c9926bb8901344e939e276a6242e Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 19 Dec 2017 21:02:51 +0100 Subject: Added local-address6 --- server/stables.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/stables.c') diff --git a/server/stables.c b/server/stables.c index cea24bc3..f3424c92 100644 --- a/server/stables.c +++ b/server/stables.c @@ -288,6 +288,8 @@ static struct option server_options[] = { { "ddns-guard-id-must-match", "f", &server_universe, SV_DDNS_GUARD_ID_MUST_MATCH, 1 }, { "ddns-other-guard-is-dynamic", "f", &server_universe, SV_DDNS_OTHER_GUARD_IS_DYNAMIC, 1 }, { "release-on-roam", "f", &server_universe, SV_RELEASE_ON_ROAM, 1 }, + { "local-address6", "6", &server_universe, SV_LOCAL_ADDRESS6, 1 }, + { "bind-local-address6", "f", &server_universe, SV_BIND_LOCAL_ADDRESS6, 1 }, { NULL, NULL, NULL, 0, 0 } }; -- cgit v1.2.1