mirror of
https://github.com/yshtcn/heartbeat.git
synced 2025-12-14 18:20:26 +08:00
14 lines
403 B
INI
14 lines
403 B
INI
[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
|