mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 21:31:16 +08:00
13 lines
273 B
Go
13 lines
273 B
Go
package dns
|
|
|
|
// export functions from tunnel module
|
|
|
|
import "github.com/metacubex/mihomo/tunnel"
|
|
|
|
const RespectRules = tunnel.DnsRespectRules
|
|
|
|
type dialHandler = tunnel.DnsDialHandler
|
|
|
|
var getDialHandler = tunnel.GetDnsDialHandler
|
|
var listenPacket = tunnel.DnsListenPacket
|