mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Add fakeip support
This commit is contained in:
parent
aa94cfb876
commit
9bca5a517f
28 changed files with 689 additions and 62 deletions
|
@ -21,6 +21,8 @@ type Router interface {
|
|||
Outbound(tag string) (Outbound, bool)
|
||||
DefaultOutbound(network string) Outbound
|
||||
|
||||
FakeIPStore() FakeIPStore
|
||||
|
||||
RouteConnection(ctx context.Context, conn net.Conn, metadata InboundContext) error
|
||||
RoutePacketConnection(ctx context.Context, conn N.PacketConn, metadata InboundContext) error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue