mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add fallback local DNS server for iOS
This commit is contained in:
parent
fd97777f91
commit
6a4ae71992
11 changed files with 293 additions and 45 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue