Update config.ini

- 增加了注释解释
- 增加了socks5代理支持
This commit is contained in:
yshtcn 2023-07-23 13:21:18 +08:00 committed by GitHub
parent 6fc4e79126
commit 4af0833cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,13 @@
[Settings]
interval = 10
# 心跳间隔(以秒为单位)
interval = 60
# 心跳URL
heartbeat_url = http://example.com/heartbeat
# 是否启用代理0为不启用1为启用
proxy_enabled = 1
# 代理URL格式为socks5://username:password@localhost:1080
# 如果代理不需要用户名和密码可以省略例如socks5://localhost:1080
proxy_url = socks5://username:password@localhost:1080