feat: add possibility to use custom listen address in XO config
This commit is contained in:
@@ -22,6 +22,11 @@ PORT="80"
|
||||
# Port number to where xo-proxy service is bound
|
||||
PROXY_PORT="443"
|
||||
|
||||
# IP-address which xo-server listens to
|
||||
# By default XO will listen to all available IPv6 addresses and if none exists, all IPv4 addresses
|
||||
# With this you can force XO to listen only specific address, or e.g. all IPv4 addresses with 0.0.0.0
|
||||
#LISTEN_ADDRESS="0.0.0.0"
|
||||
|
||||
# Base dir for installation and future updates
|
||||
INSTALLDIR="/opt/xo"
|
||||
|
||||
|
Reference in New Issue
Block a user