Skip to content

Commit

Permalink
luci-app-dns-forwarder: update & bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aa65535 committed Mar 6, 2017
1 parent f36f085 commit a9ade10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=openwrt-dist-luci
PKG_VERSION:=1.6.0
PKG_VERSION:=1.6.1
PKG_RELEASE:=1

PKG_LICENSE:=GPLv3
Expand Down
5 changes: 2 additions & 3 deletions files/luci/model/cbi/dns-forwarder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ o.datatype = "ipaddr"
o.rmempty = false

o = s:option(Value, "dns_servers", translate("DNS Server"))
o.placeholder = "8.8.8.8"
o.default = "8.8.8.8"
o.datatype = "ipaddr"
o.placeholder = "8.8.8.8:53"
o.default = "8.8.8.8:53"
o.rmempty = false

return m

0 comments on commit a9ade10

Please sign in to comment.