Notify the client that the server may have a dynamic DNS address

That is send "X-CSTP-DynDNS: true", in CSTP headers if the
server is configured as having a dynamic DNS address.
This commit is contained in:
Nikos Mavrogiannopoulos
2014-11-30 11:30:08 +01:00
parent 9a7a9a36a1
commit cb9dcde387
5 changed files with 20 additions and 0 deletions

View File

@@ -51,6 +51,11 @@ max-same-clients = 2
# hostname.
#listen-host = [IP|HOSTNAME]
# When the server has a dynamic DNS address (that may change),
# should set that to true to ask the client to resolve again on
# reconnects.
#listen-host-is-dyndns = true
# TCP and UDP port number
tcp-port = 443
udp-port = 443