f
This commit is contained in:
14
deployments/openvpn/sockd.conf.template
Normal file
14
deployments/openvpn/sockd.conf.template
Normal file
@@ -0,0 +1,14 @@
|
||||
# Dante SOCKS5 — entrypoint 会替换 __SOCKS_PORT__
|
||||
logoutput: stderr
|
||||
internal: 0.0.0.0 port = __SOCKS_PORT__
|
||||
external: eth0
|
||||
socksmethod: none
|
||||
clientmethod: none
|
||||
|
||||
client pass {
|
||||
from: 0.0.0.0/0 to: 0.0.0.0/0
|
||||
}
|
||||
|
||||
socks pass {
|
||||
from: 0.0.0.0/0 to: 0.0.0.0/0
|
||||
}
|
||||
Reference in New Issue
Block a user