mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
firewall: Fix outgoing OpenVPN N2N tunnel packets.
Don't throw away packets from the firewall that pass through an OpenVPN N2N tunnel.
This commit is contained in:
@@ -107,7 +107,6 @@ iptables_init() {
|
|||||||
# Block OpenVPN transfer networks
|
# Block OpenVPN transfer networks
|
||||||
iptables -N OVPNBLOCK
|
iptables -N OVPNBLOCK
|
||||||
iptables -A INPUT -i tun+ -j OVPNBLOCK
|
iptables -A INPUT -i tun+ -j OVPNBLOCK
|
||||||
iptables -A OUTPUT -o tun+ -j OVPNBLOCK
|
|
||||||
iptables -A FORWARD -i tun+ -j OVPNBLOCK
|
iptables -A FORWARD -i tun+ -j OVPNBLOCK
|
||||||
iptables -A FORWARD -o tun+ -j OVPNBLOCK
|
iptables -A FORWARD -o tun+ -j OVPNBLOCK
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user