fix: default to udp://1.1.1.1 DNS (DoT fails silently, breaks all proxy connections)

This commit is contained in:
2026-07-19 01:22:08 +03:00
parent 5addc6471e
commit 467ab7edf1
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Connect to `socks5://localhost:1080`.
| `SOCKS_PORT` | no | `1080` | SOCKS5 listen port |
| `SOCKS_USER` | no | `""` | Auth username (leave empty to skip auth) |
| `SOCKS_PASS` | no | `""` | Auth password |
| `DNS_SERVER` | no | `tls://8.8.8.8` | Upstream DNS resolver address |
| `DNS_SERVER` | no | `udp://1.1.1.1` | Upstream DNS resolver address (insecure UDP by default) |
| `PICK_STRATEGY` | no | `first` | Node selection: `first` (default) or `random` |
| `LOG_LEVEL` | no | `info` | sing-box log level (`debug`, `warn`, `error`) |