feat: support to maintain udp conn state (#493)

This commit is contained in:
mzz
2024-04-08 22:23:55 +08:00
committed by GitHub
parent 7defd23ae9
commit 605f005e54
12 changed files with 200 additions and 54 deletions

View File

@ -19,11 +19,11 @@ This feature requires the kernel version of machine on which dae install >= 5.8.
Note that if you bind dae to LAN only, dae only provide network service for traffic from LAN, and not impact local programs.
`Bind to WAN: >= 5.10`
`Bind to WAN: >= 5.15`
You need bind dae to WAN interface, if you want dae to provide network service for local programs.
This feature requires kernel version of the machine >= 5.10.
This feature requires kernel version of the machine >= 5.15.
Note that if you bind dae to WAN only, dae only provide network service for local programs and not impact traffic coming in from other interfaces.