freenx-server/node.conf.def/00-general.conf
2025-08-08 20:28:57 +02:00

16 lines
578 B
Plaintext

#########################################################################
# General FreeNX directives
#########################################################################
# The host name which is used by NX server. It's should be used if it's
# different than the default hostname (as returned by `hostname`)
#@ type: string
#@ check: notempty error
SERVER_NAME="$(hostname)"
# The node ip which is used by NX Node in unecnrypted session mode.
# Set it if you want to use a specific external ip or the autodetection
# is not working.
#@ type: string
EXTERNAL_PROXY_IP=""