forked from samuel-p/sp-codes.de
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:
parent
e0fa022106
commit
74bdc71f72
2 changed files with 30 additions and 0 deletions
|
@ -48,6 +48,21 @@ Starte den _network-manager_ neu:
|
|||
sudo service network-manager restart
|
||||
```
|
||||
|
||||
## Einrichtung in Fedora
|
||||
|
||||
Unter Fedora muss die Datei `/etc/NetworkManager/NetworkManager.conf` geändert werden. Füge die folgenden Zeilen hinzu oder passe sie entsprechend an:
|
||||
|
||||
```
|
||||
[connectivity]
|
||||
uri=https://connectivitycheck.sp-codes.de/generate204
|
||||
```
|
||||
|
||||
Starte den _NetworkManager_ neu:
|
||||
|
||||
```
|
||||
sudo service NetworkManager restart
|
||||
```
|
||||
|
||||
## Einrichtung in Firefox
|
||||
|
||||
Tippe [about:config](about:config) in die Adresszeile von Firefox und suche anschließend nach `captivedetect.canonicalURL` und `network.connectivity-service`. Setze die URL-Werte auf `https://connectivitycheck.sp-codes.de/generate204`, die Domain-Werte auf `connectivitycheck.sp-codes.de`. Das war es schon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue