No description
Find a file
2024-12-07 16:14:26 +01:00
apache2 Requirements in README 2021-08-02 11:46:24 +02:00
public Default to success not to captive 2024-12-07 16:14:26 +01:00
LICENSE Licence, Readme 2021-08-01 18:53:19 +02:00
links.txt Default to success not to captive 2024-12-07 16:14:26 +01:00
README.md Requirements in README 2021-08-02 11:46:24 +02:00

Detectportal

Firefox uses a detectportal to verify, if it's connected to the internet. With this repo, you can host your own detectportal. In this way detectportal.firefox.com will not get your requests.

Feel free to clone this repo, adapt the apache conifg file and host it!

Requirements

  • You need an apache2 server with php. You can also use nginx, but I haven't made a config file. Feel free to create one and share it with us!
  • Debian based:
    apt install apache2 php
  • Arch based:
    pacman -S apache2 php
  • The requestet FQDN must direct to this site.
  • A ssl-connection musn't be taken.

Idea and source

https://www.encrypted.at/firefox-captive-portal-url/