Add dns client
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
type Router interface {
|
||||
Service
|
||||
Outbound(tag string) (Outbound, bool)
|
||||
DefaultOutbound(network string) Outbound
|
||||
RouteConnection(ctx context.Context, conn net.Conn, metadata InboundContext) error
|
||||
RoutePacketConnection(ctx context.Context, conn N.PacketConn, metadata InboundContext) error
|
||||
GeoIPReader() *geoip.Reader
|
||||
|
||||
Reference in New Issue
Block a user