From ef17af5240b7305887fb97e8f7e6f8fb86cdf771 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 26 Apr 2021 22:11:53 +0200 Subject: [PATCH] Add KDE --- README.md | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3c375f..60bd1bb 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,17 @@ sudo rm /usr/local/bin/maza && sudo rm -r ~/.maza Unfortunately the hosts file does **not support sub-domains (wildcards)**, which is necessary to correctly filter all DNS. You will **need to install locally a server** for that purpose, Maza supports the **Dnsmasq** format. +[MacOS](#MacOS) +[Linux](#Linux) + ### MacOS +#### 0 Update Maza + +```bash +maza update +``` + #### 1 Install ```bash @@ -152,7 +161,13 @@ sudo maza stop sudo maza start ``` -### Debian/Ubuntu with Gnome Shell +### Linux (Debian/Ubuntu) + +#### 0 Update Maza + +```bash +maza update +``` #### 1 Install @@ -191,9 +206,11 @@ sudo systemctl enable dnsmasq #### 3 Tell your OS to use your DNS server -In Gnome Shell, open `Settings->Nework`. Click in the sprocket of your connection. +##### 3.1 Gnome Shell -network macos +In Gnome Shell, open `Settings->Nework`. Click in your connection. + +network gnome Add your local server (dnsmasq), and the other 2 belong to OpenDNS, which you can use any other. @@ -201,7 +218,17 @@ Add your local server (dnsmasq), and the other 2 belong to OpenDNS, which you ca 127.0.0.1,208.67.222.222,208.67.220.220 ``` -network macos +gnome dns + +##### 3.2 KDE Plasma + +In KDE Plasma, open `Settings->Nework->Connectios`. Click in your connection. Add your local server (dnsmasq), and the other 2 belong to OpenDNS, which you can use any other. + +```bash +127.0.0.1,208.67.222.222,208.67.220.220 +``` + +kde dns #### 4 Restart/Start Maza