Add fallback local DNS server for iOS

This commit is contained in:
世界
2025-02-20 17:18:47 +08:00
parent 7347b930ea
commit 6b88de19d2
11 changed files with 293 additions and 45 deletions

View File

@@ -79,5 +79,5 @@ func (t *PredefinedTransport) Exchange(ctx context.Context, message *mDNS.Msg) (
}
}
}
return nil, dns.RCodeNameError
return nil, dns.RcodeNameError
}