mirror of
https://github.com/schroinerxy/Sing-box.git
synced 2026-06-21 20:35:47 +08:00
Add new protocols: Anytls,Any-reality,Socks5 available
Updated environment variables for configuration.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# 原游戏文件改名为LICENSE.jar自动识别运行,不存在该游戏文件不运行游戏,但不影响运行
|
||||
|
||||
export FILE_PATH="./world" # sub.txt节点保存目录,默认为./world
|
||||
export FILE_PATH="world" # sub.txt节点保存目录,默认为world
|
||||
export UUID="9afd1229-b893-40c1-84dd-51e7ce204913" # 如果开启了哪吒v1,在多个平台运行需修改uuid,否则agent会被覆盖
|
||||
export NEZHA_SERVER="" # 哪吒v1填写形式:nezha.xxx.com:8008 哪吒v0填写形式:nezha.xxx.com
|
||||
export NEZHA_PORT="" # v1哪吒请留空,v0哪吒agent端口,自动匹配tls
|
||||
@@ -10,14 +10,18 @@ export NEZHA_KEY="" # v1哪吒的NZ_CLIENT_SECRET或v0哪吒的agent密
|
||||
export ARGO_PORT="" # Argo端口,默认8001
|
||||
export ARGO_DOMAIN="" # Argo域名,留空即启用临时隧道
|
||||
export ARGO_AUTH="" # Argo Token或json,留空即启用临时隧道
|
||||
export S5_PORT="" # socks5端口,支持多端口玩具可填写,否则不动
|
||||
export HY2_PORT="" # hysteria2端口,支持多端口可填写开启,否则留空
|
||||
export TUIC_PORT="" # tuic端口,支持多端口可填写开启,否则留空
|
||||
export REALITY_PORT="" # reality端口,支持多端口可填写开启,否则留空
|
||||
export CFIP="time.is" # 优选IP或优选域名
|
||||
export ANYTLS_PORT="" # AnyTLS 端口,支持多端口玩具可填写,否则不动
|
||||
export ANYREALITY_PORT="" # Any-reality端口,支持多端口可填写开启,否则留空
|
||||
export CFIP="saas.sin.fan" # 优选IP或优选域名
|
||||
export CFPORT=443 # 优选IP或优选域名对应端口
|
||||
export NAME="" # 节点名称前缀,默认sbx
|
||||
export NAME="" # 节点名称前缀,默认为空
|
||||
export CHAT_ID="" # TG chat id, 须同时填写BOT_TOKEN开启推送
|
||||
export BOT_TOKEN="" # TG bot token,节点推送到tg,须同时填写CHAT_ID
|
||||
export UPLOAD_URL="" # 节点自动上传到订阅器,填写部署了merge-sub项目后的首页地址,例如:https://merge.serv00.net
|
||||
export UPLOAD_URL="" # 节点自动上传到订阅器,填写部署了merge-sub项目后的首页地址,例如:https://merge.xxx.com
|
||||
export DISABLE_ARGO="false" # 是否禁用argo, true为禁用,false为不禁用,默认开启
|
||||
|
||||
export PORT=3000 # http服务端口
|
||||
# export PORT=3000 # http服务端口
|
||||
|
||||
Reference in New Issue
Block a user