Revert "Prevent mesh from accessing internal LAN (#175)"

This reverts commit 86473b642e.
This commit is contained in:
dman776 2022-02-28 15:45:36 -06:00 committed by GitHub
parent 86473b642e
commit 2340a2aa1b
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
INET_IFACE=$(uci get network.wan.ifname 2>/dev/null)
iptables -A FORWARD -o $INET_IFACE -d 10.0.0.0/8 -j REJECT
iptables -A FORWARD -o $INET_IFACE -d 172.16.0.0/12 -j REJECT
iptables -A FORWARD -o $INET_IFACE -d 192.168.0.0/16 -j REJECT