fix: default to udp://1.1.1.1 DNS (DoT fails silently, breaks all proxy connections)
This commit is contained in:
@@ -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`) |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user