diff options
Diffstat (limited to 'openwrt/package/nocatsplash/ipkg')
-rw-r--r-- | openwrt/package/nocatsplash/ipkg/nocatsplash.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/nocatsplash/ipkg/nocatsplash.control | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/nocatsplash/ipkg/nocatsplash.conffiles b/openwrt/package/nocatsplash/ipkg/nocatsplash.conffiles new file mode 100644 index 000000000..a25777d9a --- /dev/null +++ b/openwrt/package/nocatsplash/ipkg/nocatsplash.conffiles @@ -0,0 +1 @@ +/etc/nocat.conf diff --git a/openwrt/package/nocatsplash/ipkg/nocatsplash.control b/openwrt/package/nocatsplash/ipkg/nocatsplash.control new file mode 100644 index 000000000..747d330ff --- /dev/null +++ b/openwrt/package/nocatsplash/ipkg/nocatsplash.control @@ -0,0 +1,12 @@ +Package: nocatsplash +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Depends: iptables-extra, glib1 +Description: NoCatSplash is an Open Public Network Gateway Daemon. + It performs as a [captive/open/active] portal. When run on a gateway/router + on a network, all web requests are redirected until the client either logs + in or clicks "I Accept" to an AUP. The gateway daemon then changes the + firewall rules on the gateway to pass traffic for that client (based on IP + address and MAC address). |