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

Remove line number

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-07-29 10:57:04 +02:00
parent f23acefbe5
commit e36c3111f2

View file

@ -472,7 +472,7 @@ start_service() {
iptables-restore -w --wait=60 --noflush <<-EOF
*mangle
:omr-bypass -
-I PREROUTING 1 -m addrtype ! --dst-type LOCAL -j omr-bypass
-I PREROUTING -m addrtype ! --dst-type LOCAL -j omr-bypass
COMMIT
EOF
if [ "$disableipv6" != "1" ]; then
@ -480,7 +480,7 @@ start_service() {
ip6tables-restore -w --wait=60 --noflush <<-EOF
*mangle
:omr-bypass6 -
-I PREROUTING 1 -m addrtype ! --dst-type LOCAL -j omr-bypass6
-I PREROUTING -m addrtype ! --dst-type LOCAL -j omr-bypass6
COMMIT
EOF
fi