mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-04 13:43:33 +03:00
11 lines
217 B
Go
11 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
|