try policy accept

This commit is contained in:
2023-11-30 23:59:02 +01:00
parent fc0ea1d622
commit 83ac3fea42

View File

@@ -55,7 +55,7 @@
} }
chain forward { chain forward {
type filter hook forward priority filter; policy drop; type filter hook forward priority filter; policy accept;
# enable flow offloading for better throughput # enable flow offloading for better throughput
# ip protocol { tcp, udp } flow offload @f # ip protocol { tcp, udp } flow offload @f