mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-05 17:13:32 +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
|