23 lines
696 B
Markdown
23 lines
696 B
Markdown
# 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/
|