Add pre-matching support for auto redirect
This commit is contained in:
parent
6516c2d8f1
commit
a850c4f8a1
9 changed files with 480 additions and 12 deletions
2
tun.go
2
tun.go
|
|
@ -83,6 +83,8 @@ type Options struct {
|
|||
AutoRedirectMarkMode bool
|
||||
AutoRedirectInputMark uint32
|
||||
AutoRedirectOutputMark uint32
|
||||
AutoRedirectResetMark uint32
|
||||
AutoRedirectNFQueue uint16
|
||||
ExcludeMPTCP bool
|
||||
Inet4LoopbackAddress []netip.Addr
|
||||
Inet6LoopbackAddress []netip.Addr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue