mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 20:07:40 +03:00
Add route support
This commit is contained in:
parent
fe89bbded2
commit
56bedd2f05
13 changed files with 631 additions and 18 deletions
1
stack.go
1
stack.go
|
@ -22,6 +22,7 @@ type StackOptions struct {
|
|||
Inet6Address []netip.Prefix
|
||||
EndpointIndependentNat bool
|
||||
UDPTimeout int64
|
||||
Router Router
|
||||
Handler Handler
|
||||
Logger logger.Logger
|
||||
UnderPlatform bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue