heartbeat/config.ini
yshtcn 4af0833cc4
Update config.ini
- 增加了注释解释
- 增加了socks5代理支持
2023-07-23 13:21:18 +08:00

14 lines
403 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[Settings]
# 心跳间隔(以秒为单位)
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