mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-28 19:46:58 +08:00
5 lines
293 B
Plaintext
5 lines
293 B
Plaintext
![]() |
iptables -I FORWARD -m policy --dir in --pol ipsec --proto esp -j ACCEPT
|
||
|
iptables -I FORWARD -m policy --dir out --pol ipsec --proto esp -j ACCEPT
|
||
|
iptables -I INPUT -m policy --dir in --pol ipsec --proto esp -j ACCEPT
|
||
|
iptables -I OUTPUT -m policy --dir out --pol ipsec --proto esp -j ACCEPT
|