forked from samuel-p/connectivity-check
Compare commits
No commits in common. "d31c13564609ff767820138bfc0b7f71a7f02887" and "992ea156ec77b5cfa0cc34322cc6324c9568a6f2" have entirely different histories.
d31c135646
...
992ea156ec
2 changed files with 1 additions and 17 deletions
|
@ -1,3 +1,3 @@
|
||||||
FROM nginx:1.19.9-alpine
|
FROM nginx:1.19.8-alpine
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
16
README.md
16
README.md
|
@ -85,22 +85,6 @@ sudo service network-manager restart
|
||||||
|
|
||||||
For more information see [here](https://askubuntu.com/q/1167177/920103).
|
For more information see [here](https://askubuntu.com/q/1167177/920103).
|
||||||
|
|
||||||
|
|
||||||
## Fedora
|
|
||||||
|
|
||||||
In Fedora, the file `/etc/NetworkManager/NetworkManager.conf` must be changed. Add or change the following lines:
|
|
||||||
|
|
||||||
```
|
|
||||||
[connectivity]
|
|
||||||
uri=https://connectivitycheck.sp-codes.de/generate204
|
|
||||||
```
|
|
||||||
|
|
||||||
Restart the _NetworkManager_:
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo service NetworkManager restart
|
|
||||||
```
|
|
||||||
|
|
||||||
### Firefox
|
### Firefox
|
||||||
|
|
||||||
Type [about:config](about:config) in the Firefox address bar and search for `captivedetect.canonicalURL` and `network.connectivity-service`. Set the URL values to `https://connectivitycheck.sp-codes.de/generate204`, the domain values to `connectivitycheck.sp-codes.de`. That's it.
|
Type [about:config](about:config) in the Firefox address bar and search for `captivedetect.canonicalURL` and `network.connectivity-service`. Set the URL values to `https://connectivitycheck.sp-codes.de/generate204`, the domain values to `connectivitycheck.sp-codes.de`. That's it.
|
||||||
|
|
Loading…
Reference in a new issue