mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-12 20:31:17 +08:00
12 lines
217 B
Go
12 lines
217 B
Go
package dns
|
|
|
|
// export functions from tunnel module
|
|
|
|
import "github.com/metacubex/mihomo/tunnel"
|
|
|
|
const RespectRules = tunnel.DnsRespectRules
|
|
|
|
type dnsDialer = tunnel.DNSDialer
|
|
|
|
var newDNSDialer = tunnel.NewDNSDialer
|