From 37cec1b4ff8c54a74ff412f9cedc2ea44f310484 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 8 Oct 2022 06:07:40 -0400 Subject: [PATCH] Remove unnecessary append Signed-off-by: Tommy --- content/apps/ProtonVPN IP Leakage on Linux and Workaround.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1b0b134..3bb6bf6 100644 --- a/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md +++ b/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md @@ -38,7 +38,7 @@ Since ProtonVPN does not support IPv6, you should disable it in your kernel sett ```bash echo 'net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 -net.ipv6.conf.lo.disable_ipv6=1' | sudo tee -a /etc/sysctl.d/10-disable-ipv6.conf +net.ipv6.conf.lo.disable_ipv6=1' | sudo tee /etc/sysctl.d/10-disable-ipv6.conf sudo sysctl -p ```