X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fui.c;h=ea10427f6d9e4d723a563a7a462c9fb0a90e5c64;hb=d9f89ef5daa6375fc4ff257826fa39562fbe3ac3;hp=b0891173f970eb283ef8db994638cff24c65aa57;hpb=038be21c8d00e1d2de2a84e1663714a38ef6d60b;p=doldaconnect.git diff --git a/daemon/ui.c b/daemon/ui.c index b089117..ea10427 100644 --- a/daemon/ui.c +++ b/daemon/ui.c @@ -2260,9 +2260,18 @@ static void terminate(void) static struct configvar myvars[] = { + /** If true, UI connections will only be accepted from localhost + * addresses (127.0.0.1, ::1 or ::ffff:127.0.0.1). Unless you are + * completely sure that you know what you are doing, never turn + * this off when auth.authless is on. */ {CONF_VAR_BOOL, "onlylocal", {.num = 1}}, + /** The port number on which to accept UI client connections. */ {CONF_VAR_INT, "port", {.num = 1500}}, + /** The TOS value to use for UI connections (see the TOS VALUES + * section). */ {CONF_VAR_INT, "uitos", {.num = SOCK_TOS_MINDELAY}}, + /** The name of the filtercmd script (see the FILES section for + * lookup information). */ {CONF_VAR_STRING, "filtercmd", {.str = L"dc-filtercmd"}}, {CONF_VAR_END} };