No description
Find a file
2021-08-02 11:46:24 +02:00
apache2 Requirements in README 2021-08-02 11:46:24 +02:00
public Licence, Readme 2021-08-01 18:53:19 +02:00
LICENSE Licence, Readme 2021-08-01 18:53:19 +02: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/