mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Add ipv6 forwarding instructions in README
This commit is contained in:
parent
0e9d3fe412
commit
ae3d03e0a5
1 changed files with 2 additions and 1 deletions
|
@ -31,8 +31,9 @@ WireGuard can be configured via a non-official web UI. Avoid altering the config
|
|||
|
||||
```bash
|
||||
sudo nano /etc/sysctl.conf
|
||||
# It should have an uncommented line:
|
||||
# Uncomment the following lines:
|
||||
net.ipv4.ip_forward = 1
|
||||
net.ipv6.conf.all.forwarding = 1
|
||||
# Save and quit (CTRL+O, CTRL+X)
|
||||
sudo sysctl -p
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue