Fixed incorrect sysctl line

This commit is contained in:
Tristan B. Velloza Kildaire 2021-06-24 16:22:01 +02:00
parent 0ca2e96c0d
commit f14cdf5697
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ adding an additional line to your `/etc/sysctl.conf` (which holds a bunch of
these statements), it should look like this:
```bash
sys.net.ipv6.conf.all.forwarding=1
net.ipv6.conf.all.forwarding=1
```
TODO: Weird experience with me, only doing `all` made it work