Files
unchain/config.example.standalone.toml
2025-04-09 10:03:24 +08:00

11 lines
879 B
TOML

# tar -xzf node.tar.gz
#
# Warning use ' for string not " if you want to use deploy.sh
SubAddresses = 'cf-us1.unchainese.com:443,n-us1.unchainese.com:80' # hosts for generate vless URL
Port = '80' # websocket server listen address
RegisterUrl = '' #the master admin server for user auth,data traffic. can be empty if you only want to use the node for yourself
RegisterToken = ''# can be empty string if you only want to use the node for yourself
AllowUsers = '6fe57e3f-e618-4873-ba96-a76adec22ccd,6fe57e3f-e618-4873-ba96-a76adec22cce' # UUID string eg. '6fe57e3f-e618-4873-ba96-a76adec22ccd,6fe57e3f-e618-4873-ba96-a76adec22cce' can not be empty if you want to use the node for yourself in standalone mode
LogFile = '' # can be empty if you don't want to log to file, so the log will be print to stdout
DebugLevel = 'debug' # debug, info, warn, error
PushIntervalSecond = '7200'