mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +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
|