mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-20 18:31:35 -05: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
|
```bash
|
||||||
echo 'net.ipv6.conf.all.disable_ipv6=1
|
echo 'net.ipv6.conf.all.disable_ipv6=1
|
||||||
net.ipv6.conf.default.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
|
sudo sysctl -p
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user