feat: add possibility to use custom listen address in XO config

This commit is contained in:
Roni Väyrynen
2024-12-22 15:58:25 +02:00
parent 1766edc041
commit 4c1cdcb997
2 changed files with 14 additions and 0 deletions

View File

@@ -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"