wwas
1.0.0
wwas est un serveur d'authentification wifidog apfree (il prend également en charge le wifidog original).
serveur d'authentification 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
la configuration d'apfree wifidog dans openwrt est la suivante :
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
vous pouvez remplacer « wifidog.kunteng.org.cn » par votre propre domaine de serveur d'authentification wifidog
http://www.iqiyi.com/w_19s09zie6t.html
N'hésitez pas à créer des problèmes ou des pull-requests si vous rencontrez des problèmes.
Veuillez lire CONTRIBUTING.md avant d’apporter des modifications.
groupe qq: 424031785