Multi-protocol proxy client (shadowsocks, vmess, vless, trojan) with TUN support and integrated DNS powered by mini-dns. DNS features via mini-dns: - Split routing: CN domains → local DNS, foreign → remote DNS - Multi-upstream concurrent queries per group - Remote DNS routed through proxy outbound nodes (DialFunc injection) - Pollution filtering, TTL cache with prefetch/serve-stale - Optional DNS listener (UDP/TCP) alongside embedded Exchange() API
8 lines
243 B
JSON
8 lines
243 B
JSON
{
|
|
"log":{"level":"debug"},
|
|
"dns":{"listen":"127.0.0.1:16053","upstream":"8.8.8.8"},
|
|
"inbounds":[{"type":"mixed","tag":"m","listen":"127.0.0.1","listen_port":11080}],
|
|
"outbounds":[{"type":"direct","tag":"d"}],
|
|
"route":{"final":"d"}
|
|
}
|