Update config.Exsample.ini

默认示例改为不启用代理
This commit is contained in:
yshtcn
2023-07-23 14:49:19 +08:00
committed by GitHub
parent d7527679e7
commit 529bdb547b

View File

@@ -6,7 +6,7 @@ interval = 60
heartbeat_url = http://example.com/heartbeat
# 是否启用代理0为不启用1为启用
proxy_enabled = 1
proxy_enabled = 0
# 代理URL格式为socks5://username:password@localhost:1080
# 如果代理不需要用户名和密码可以省略例如socks5://localhost:1080