quic.go 107 B

1234567
  1. //go:build with_quic
  2. package include
  3. import _ "github.com/sagernet/sing-dns/quic"
  4. const WithQUIC = true