mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-07 11:07:09 +00:00
12 lines
273 B
Go
12 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
|