From 4813301ec9753f7efa5bdb31c312ba1818bf023c Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 8 Oct 2022 05:52:24 -0400 Subject: [PATCH] Spacing Signed-off-by: Tommy --- content/apps/ProtonVPN IP Leakage on Linux and Workaround.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md b/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md index f5fcbb2..15ee44a 100644 --- a/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md +++ b/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md @@ -47,6 +47,7 @@ Next, download your OpenVPN configuration files from [account.protonvpn.com](htt Finally, set up the VPN killswitch. The rules I posted here are based on [this discussion](https://airvpn.org/forums/topic/15061-firewalld-killswitch/). #### Firewalld + ```bash sudo firewall-cmd --direct --permanent --add-rule ipv4 filter FORWARD 0 -o tun+ -j ACCEPT sudo firewall-cmd --direct --permanent --add-rule ipv4 filter FORWARD 0 -i tun+ -j ACCEPT @@ -70,6 +71,7 @@ sudo firewall-cmd --reload ``` #### UFW + ```bash sudo ufw default deny incoming sudo ufw default deny outgoing