feat: disable building XO 6 by default and add config option to sample config file
This commit is contained in:
@@ -27,7 +27,7 @@ LISTEN_ADDRESS=${LISTEN_ADDRESS:-""}
|
||||
PROXY_PORT=${PROXY_PORT:-443}
|
||||
INSTALLDIR=${INSTALLDIR:-"/opt/xo"}
|
||||
BRANCH=${BRANCH:-"master"}
|
||||
INCLUDE_V6=${INCLUDE_V6:-"true"}
|
||||
INCLUDE_V6=${INCLUDE_V6:-"false"}
|
||||
LOGPATH=${LOGPATH:-$(dirname "$(realpath "$0")")/logs}
|
||||
AUTOUPDATE=${AUTOUPDATE:-"true"}
|
||||
PRESERVE=${PRESERVE:-"3"}
|
||||
|
Reference in New Issue
Block a user