Skip to content

Othernet-Project/librarian-captive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

librarian-captive

Redirects requests which are the result of an operating systems captive portal test.

Installation

The component has the following dependencies:

To enable this component, add it to the list of components in librarian_'s config.ini file, e.g.:

[app]
+components =
    librarian_captive

Configuration

captive_portal.domains

A list of domain:template name;status code entries. If a captive portal domain is matched from the list, a response with the specified status code and / or template will be returned. Example:

[captive_portal]
domains =
    www.apple.com:apple;200
    captive.apple.com:apple;200
    www.msftncsi.com:;302
    go.microsoft.com:;302

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published