Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 496 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 496 Bytes

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.