Add hosts transport & Remove bad linkname usages

This commit is contained in:
世界
2025-01-25 19:04:12 +08:00
parent 314b25bccf
commit 3fa417f283
22 changed files with 645 additions and 97 deletions

View File

@@ -22,6 +22,7 @@ const (
DNSTypeHTTPS = "https"
DNSTypeQUIC = "quic"
DNSTypeHTTP3 = "h3"
DNSTypeHosts = "hosts"
DNSTypeLocal = "local"
DNSTypePreDefined = "predefined"
DNSTypeFakeIP = "fakeip"