modules/freifunk: Set uhttpd.main.rfc1918_filter=0 via uci-defaults/freifunk to allow connections from rfc1918 ip space to public ips

This commit is contained in:
Manuel Munz 2011-03-03 21:01:17 +00:00
parent c3357a031c
commit 32aec7a4f3
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,4 @@
#!/bin/sh
if [ "${4%%/*}" = "branches" ]; then
variant="LuCI ${4##*[-/]} Branch"
elif [ "${4%%/*}" = "tags" ]; then

View file

@ -0,0 +1,2 @@
uci set uhttpd.main.rfc1918_filter=0
uci commit uhttpd