From 0fc9536b5fe7d575aa4c8c25088754e10f89689f Mon Sep 17 00:00:00 2001
From: cami <cami+giteaspcodes@mailbox.org>
Date: Tue, 23 Mar 2021 00:27:39 +0100
Subject: [PATCH] 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
---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index f41da37..371d0e1 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,22 @@ sudo service network-manager restart
 
 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
 
 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.