mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into asterisk-update
This commit is contained in:
@@ -107,7 +107,6 @@ iptables_init() {
|
||||
# Block OpenVPN transfer networks
|
||||
iptables -N 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 -o tun+ -j OVPNBLOCK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user