mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-21 20:06:20 +03:00
Add fallback local DNS server for iOS
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user