Added description for Fedora33

As Fedora's internal naming of the NetworkManager is a little bit other the service needs to be restarted with another way

Signed-off-by: cami <cami+giteaspcodes@mailbox.org>
This commit is contained in:
cami 2021-03-23 00:07:13 +01:00
parent e0fa022106
commit 74bdc71f72
2 changed files with 30 additions and 0 deletions

View file

@ -46,6 +46,21 @@ Restart the network-manager:
sudo service network-manager restart
```
## Setup in 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
```
## Setup in 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.