refactor: 添加no_gvisor 编译tag, 剔除gvisor stack支持, 方便在arm设备上debug
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
//go:build !no_doq
|
||||
|
||||
package dns
|
||||
|
||||
import (
|
||||
|
@ -1,10 +0,0 @@
|
||||
//go:build no_doq
|
||||
|
||||
package dns
|
||||
|
||||
import "github.com/Dreamacro/clash/log"
|
||||
|
||||
func newDOQ(r *Resolver, addr, proxyAdapter string) dnsClient {
|
||||
log.Fatalln("unsupported feature on the build")
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user