wwas
1.0.0
wwas 是 apfree wifidog auther 伺服器(它也支援原始 wifidog)。
apfree-wifidog 身份驗證伺服器。
install nodejs (https://nodejs.org/en/download/package-manager/)
install mongodb (https://docs.mongodb.com/guides/server/install/)
install redis (https://redis.io/topics/quickstart)
//for ubuntu16 quick install
sudo apt-get update
sudo apt-get install -y redis-server
//start redis
sudo systemctl start redis
//check redis
redis-cli ping
PONG
// open redis notify-keyspace-events
redis-cli
config set notify-keyspace-events Ex
git clone https://github.com/wificoin-project/wwas
cd wwas
npm install
npm start
openwrt中apfree wifidog的配置如下:
config wifidog
option gateway_interface 'br-lan'
option auth_server_hostname 'wifidog.kunteng.org.cn'
option auth_server_port 443
option auth_server_path '/wifidog/'
option check_interval 60
option client_timeout 10
option pool_mode 1
option thread_number 5
option queue_size 20
option wired_passed 0
option enable 1
你可以將 'wifidog.kunteng.org.cn' 更改為你自己的 wifidog 認證伺服器域名
http://www.iqiyi.com/w_19s09zie6t.html
如果您有任何問題,請隨意建立問題或拉取請求。
在推送任何變更之前,請閱讀 CONTRIBUTING.md。
QQ群:424031785