mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 10:43:13 +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
|