mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
wifidog-ng: Add package
Next generation WifiDog Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
Executable
+21
@@ -0,0 +1,21 @@
|
||||
config gateway
|
||||
option enabled 1
|
||||
option ifname 'br-lan'
|
||||
option port 2060
|
||||
option ssl_port 8443
|
||||
option checkinterval 30
|
||||
option temppass_time 30
|
||||
|
||||
config authserver
|
||||
option host 'authserver.com'
|
||||
option port 80
|
||||
option path '/wifidog/'
|
||||
option login_path 'login'
|
||||
option portal_path 'portal'
|
||||
option msg_path 'gw_message.php'
|
||||
option ping_path 'ping'
|
||||
option auth_path 'auth'
|
||||
|
||||
config popularserver
|
||||
list server www.baidu.com
|
||||
list server www.qq.com
|
||||
Reference in New Issue
Block a user