diff options
-rw-r--r-- | applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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", { |