Files
hyapi-server/deployments/openvpn/sockd.conf.template

15 lines
266 B
Plaintext
Raw Normal View History

2026-07-23 15:22:10 +08:00
# 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
}