Add fallback local DNS server for iOS

This commit is contained in:
世界 2025-02-20 17:18:47 +08:00
parent 7347b930ea
commit 6b88de19d2
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
11 changed files with 293 additions and 45 deletions

View file

@ -134,7 +134,7 @@ func (c *ExchangeContext) RawSuccess(result []byte) {
}
func (c *ExchangeContext) ErrorCode(code int32) {
c.error = dns.RCodeError(code)
c.error = dns.RcodeError(code)
}
func (c *ExchangeContext) ErrnoCode(code int32) {