Skip to content

v5.0.4

Compare
Choose a tag to compare
@nekohasekai nekohasekai released this 17 Jan 07:17
· 192 commits to main since this release
1d55bd5
  1. 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

  1. Ping proxy now supports returning ICMP Unreachable

  2. Bug fixes

https://github.com/SagerNet/v2ray-core/releases/tag/v5.0.4