1
0
mirror of synced 2025-02-07 15:59:25 +03:00

Minor fix

This commit is contained in:
hwdsl2 2018-05-03 01:34:05 -05:00
parent 3c9c3d25a7
commit 6a5c14b873

View File

@ -449,7 +449,7 @@ cat >> /etc/rc.local <<'EOF'
(sleep 15
service ipsec restart
service xl2tpd restart
[ -f "/usr/sbin/netplan" ] && iptables-restore < /etc/iptables.rules
[ -f "/usr/sbin/netplan" ] && { iptables-restore < /etc/iptables.rules; service fail2ban restart; }
echo 1 > /proc/sys/net/ipv4/ip_forward)&
exit 0
EOF