= "127.0.0.1:8838"
[]
# 连接服务端地址
= "127.0.0.1:8091"
= "0.0.0.0:8090"
= "http https socks5"
# 连接服务端是否加密
= true
= true
= "wmproxy"
= "wmproxy"
# 内网映射配置的数组
#将localhost的域名转发到本地的127.0.0.1:8080
[[]]
= "web"
= "http"
= "127.0.0.1:8080"
= "localhost"
= [
"proxy x-forward-for {client_ip}",
"proxy + from $url",
"+ last-modified 'from proxy'",
"- etag",
]
#将tcp的流量无条件转到127.0.0.1:8080
[[]]
= "tcp"
= "tcp"
= "127.0.0.1:8080"
= ""