wwas
1.0.0
wwas는 무료 wifidog 인증 서버입니다(원래 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