Revert "optimize: no need for rule table for wan and reject TCP to tproxy"

This reverts commit 7452abb158.
This commit is contained in:
mzz2017
2023-02-18 14:55:42 +08:00
parent 7452abb158
commit 0bf9e464ff
4 changed files with 157 additions and 36 deletions

View File

@ -125,6 +125,7 @@ var (
)
const (
TproxyMark uint32 = 0x8000000
LoopbackIfIndex = 1
)