mirror of
https://github.com/wnlen/clash-for-linux.git
synced 2026-03-21 22:06:45 +08:00
Update .env
This commit is contained in:
5
.env
5
.env
@ -15,6 +15,11 @@
|
||||
# 示例:export CLASH_URL='https://example.com/sub?token=xxx'
|
||||
export CLASH_URL=''
|
||||
|
||||
# 是否自动更新 Clash 订阅配置:
|
||||
# true = 启动时检查订阅并重新下载/转换配置
|
||||
# false = 禁用自动更新,直接使用本地已有 config.yaml
|
||||
export CLASH_AUTO_UPDATE="false"
|
||||
|
||||
# 订阅请求头(可选)
|
||||
# 常见机场需要 User-Agent;如不需要可留空
|
||||
export CLASH_HEADERS='User-Agent: ClashforWindows/0.20.39'
|
||||
|
||||
Reference in New Issue
Block a user