luci-app-nps: fix config file

This commit is contained in:
LEAN-ESX 2019-11-09 20:15:12 -08:00
parent 2abbd4d7c4
commit 21ed0cd82f
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ LUCI_TITLE:=LuCI for Nps
LUCI_DEPENDS:=+wget +npc
LUCI_PKGARCH:=all
PKG_VERSION:=1.1
PKG_RELEASE:=2
PKG_RELEASE:=3
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -1,6 +1,6 @@
config npc 'config'
option enabled '1'
config nps
option enabled '0'
option server_addr '1.1.1.1'
option server_port '8024'
option protocol 'tcp'