/wifidog-request-handler

This simple php script and htaccess file handles the wifidog requests and sends them to the proper function.

Primary LanguagePHPMIT LicenseMIT

Wifidog Request Handler

WIFIDOG

Setup

Get the code:

git clone https://github.com/turanalmammadov/wifidog-request-handler.git

Start using function:

  1. Simply upload files to your auth server.
  2. Change wifidog.conf in your router.
AuthServer {
 Hostname urlofyourscript
 SSLAvailable yes
 Path /
}
  1. Create db for your users and sessions.
  2. Handle all requests over wifidog_actions() functions.