mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-13 09:18:55 +07:00
chore: modify tproxy mark to be compatible with 32-bit devices
This commit is contained in:
@ -113,6 +113,6 @@ var (
|
||||
)
|
||||
|
||||
const (
|
||||
TproxyMark uint32 = 0x80000000
|
||||
TproxyMark uint32 = 0x8000000
|
||||
LoopbackIfIndex = 1
|
||||
)
|
||||
|
Reference in New Issue
Block a user