Add endpoint independent nat support

This commit is contained in:
世界 2022-07-26 19:15:04 +08:00
parent 3b0c717db3
commit b4bded886e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 200 additions and 44 deletions

4
go.mod
View file

@ -3,9 +3,9 @@ module github.com/sagernet/sing-tun
go 1.18
require (
github.com/sagernet/sing v0.0.0-20220714145306-09b55ce4b6d0
github.com/sagernet/sing v0.0.0-20220726034811-bc109486f14e
github.com/vishvananda/netlink v1.1.0
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
gvisor.dev/gvisor v0.0.0-20220711011657-cecae2f4234d
)