1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/wireproxy/data/wireproxy.conf

21 lines
391 B
Plaintext
Raw Normal View History

2024-04-18 09:50:02 +00:00
[Interface]
PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Address = 10.200.200.2/32
DNS = 10.200.200.1
[Peer]
PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AllowedIPs = 0.0.0.0/0
Endpoint = x.x.x.x:51820
PersistentKeepalive = 25
[Socks5]
BindAddress = 0.0.0.0:1080
[http]
BindAddress = 0.0.0.0:3128
[TCPClientTunnel]
BindAddress = 0.0.0.0:5353
Target = 8.8.8.8:53