mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-25 23:03:34 +01:00
add wireproxy
This commit is contained in:
20
wireproxy/data/wireproxy.conf
Normal file
20
wireproxy/data/wireproxy.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user