Fix compatibility with MPTCP

This commit is contained in:
世界 2025-10-17 16:26:45 +08:00
parent b42efe2516
commit b49e63f8ef
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 38 additions and 0 deletions

1
tun.go
View file

@ -83,6 +83,7 @@ type Options struct {
AutoRedirectMarkMode bool
AutoRedirectInputMark uint32
AutoRedirectOutputMark uint32
ExcludeMPTCP bool
Inet4LoopbackAddress []netip.Addr
Inet6LoopbackAddress []netip.Addr
StrictRoute bool