17 lines
359 B
INI
17 lines
359 B
INI
[proxy]
|
|
|
|
# 目标服务器配置
|
|
# 协议支持: http, https
|
|
# protocol = https
|
|
# target_host = zentao.sunyard.com.cn
|
|
# target_port = 9788
|
|
|
|
# 备用配置示例(取消注释即可使用)
|
|
protocol = https
|
|
target_host = superstar.geelytravel.com
|
|
target_port = 443
|
|
|
|
# 另一个备用配置
|
|
# protocol = http
|
|
# target_host = 192.168.1.100
|
|
# target_port = 8080 |