mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
simple fix for issue #21
This commit is contained in:
parent
c36d4b5bdc
commit
9898c33dc8
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ system (e.g., Ubuntu, Debian).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo sysctl -w net.ipv4.ip_forward=1
|
sudo sysctl -w net.ipv4.ip_forward=1
|
||||||
sudo echo "net.ipv4.ip_forward = 1" > /etc/sysctl.conf
|
echo "net.ipv4.ip_forward = 1" | sudo tee -a /etc/sysctl.conf
|
||||||
sudo sysctl -p /etc/sysctl.conf
|
sudo sysctl -p /etc/sysctl.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue