1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Remove wrong firewall settings

This commit is contained in:
Ycarus 2018-03-26 14:46:50 +02:00
parent b1d6c15fcb
commit d1ef2111d7

View file

@ -2,13 +2,13 @@
uci -q batch <<-EOF >/dev/null
add firewall rule
firewall.@rule[-1].enabled='1'
firewall.@rule[-1].target='ACCEPT'
firewall.@rule[-1].name='Allow-All-Ping'
firewall.@rule[-1].proto='icmp'
firewall.@rule[-1].dest='*'
firewall.@rule[-1].src='*'
firewall.@rule[-1].icmp_type='echo-request'
set firewall.@rule[-1].enabled='1'
set firewall.@rule[-1].target='ACCEPT'
set firewall.@rule[-1].name='Allow-All-Ping'
set firewall.@rule[-1].proto='icmp'
set firewall.@rule[-1].dest='*'
set firewall.@rule[-1].src='*'
set firewall.@rule[-1].icmp_type='echo-request'
commit firewall
EOF
rm -f /tmp/luci-indexcache