Fix compatibility with MPTCP
This commit is contained in:
parent
b42efe2516
commit
b49e63f8ef
2 changed files with 38 additions and 0 deletions
1
tun.go
1
tun.go
|
|
@ -83,6 +83,7 @@ type Options struct {
|
|||
AutoRedirectMarkMode bool
|
||||
AutoRedirectInputMark uint32
|
||||
AutoRedirectOutputMark uint32
|
||||
ExcludeMPTCP bool
|
||||
Inet4LoopbackAddress []netip.Addr
|
||||
Inet6LoopbackAddress []netip.Addr
|
||||
StrictRoute bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue