applications/luci-ffwizard-leipzig: fix typo in firewall rules
This commit is contained in:
parent
1c593cd2b9
commit
42793d8799
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ function client.write(self, section, value)
|
||||||
uci:section("firewall", "rule", nil, {
|
uci:section("firewall", "rule", nil, {
|
||||||
src="freifunk",
|
src="freifunk",
|
||||||
proto="udp",
|
proto="udp",
|
||||||
src_port="53",
|
dest_port="53",
|
||||||
target="ACCEPT"
|
target="ACCEPT"
|
||||||
})
|
})
|
||||||
uci:delete_all("firewall", "rule", {
|
uci:delete_all("firewall", "rule", {
|
||||||
|
|
Loading…
Reference in a new issue