This commit is contained in:
2026-07-23 15:22:10 +08:00
parent 1eefe41bac
commit 9ab7ba66f3
4 changed files with 37 additions and 13 deletions

View 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
}