fix: patch old wan method

This commit is contained in:
mzz2017
2023-02-07 21:11:12 +08:00
parent 9f33ecf809
commit 45701f8559
10 changed files with 90 additions and 47 deletions

View File

@ -112,5 +112,6 @@ var (
)
const (
TproxyMark uint32 = 0x80000000
TproxyMark uint32 = 0x80000000
LoopbackIfIndex = 1
)