v5.0.4
- Rewritten DNS
- Added DNS Over TLS and QUIC support
example:
tls://dns.google
quic://dns.adguard.com
All available DNS schemes:
tcp
tcp+local
udp
udp+local
tls
tls+local
https
https+local
quic
quic+local
-
Multiple DNS now share the cache.
-
Concurrent query support
{
"dns": [
{
"address": "tls://1.0.0.1",
"concurrency": true
}
]
}
When this option is specified, concurrent queries to the next server are allowed
-
Ping proxy now supports returning ICMP Unreachable
-
Bug fixes
https://github.com/SagerNet/v2ray-core/releases/tag/v5.0.4