From 42793d87999519350eed6e0d4d44a0629ccbf4d4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 15 Feb 2009 00:23:42 +0000 Subject: [PATCH] applications/luci-ffwizard-leipzig: fix typo in firewall rules --- applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index 4dd6e0e15..f092a6042 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -361,7 +361,7 @@ function client.write(self, section, value) uci:section("firewall", "rule", nil, { src="freifunk", proto="udp", - src_port="53", + dest_port="53", target="ACCEPT" }) uci:delete_all("firewall", "rule", { -- 2.11.0