Skip to content

ExodusVPN/resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resolver

试玩

# macOS
wget "https://github.com/ExodusVPN/resolver/releases/download/v0/resolver-darwin"
chmod +x resolver-darwin
./resolver-darwin

Build

git clone https://github.com/ExodusVPN/resolver
cargo build --release

cargo run --bin named

协议特性支持

  • ✅ IDN (Internationalized Domain Name)
  • ✅ DNS Message compression
  • ✅ DNSSEC (DNS Security Extension)
  • ✅ ECS (EDNS Client Subnet)

传输层协议支持

  • ✅ DNS Transport over UDP
  • ✅ DNS Transport over TCP
  • ✅ DNS over TLS (DoT)
  • ✅ DNS over HTTPS (DoH)
  • 🔜 DNSCrypt over UDP
  • 🔜 DNSCrypt over TCP

RFC 实现