mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-04-19 23:16:05 -04:00
Remove unnecessary append
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
24db815cba
commit
37cec1b4ff
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user