Compare commits
No commits in common. "d4207a9934f11de8d1b459d6c44cae083907fcb3" and "e0fa022106035ec5acd50374888516298dcca5fb" have entirely different histories.
d4207a9934
...
e0fa022106
2 changed files with 0 additions and 30 deletions
|
@ -48,21 +48,6 @@ 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.
|
||||
|
|
|
@ -46,21 +46,6 @@ 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.
|
||||
|
|
Loading…
Reference in a new issue