mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Update README.md
This commit is contained in:
parent
e9a18d23bb
commit
1c23389270
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ echo 1 > /proc/sys/net/ipv4/ip_forward #RASPAP
|
|||
iptables -t nat -A POSTROUTING -j MASQUERADE #RASPAP
|
||||
iptables -t nat -A POSTROUTING -s 192.168.50.0/24 ! -d 192.168.50.0/24 -j MASQUERADE #RASPAP
|
||||
```
|
||||
Force a reload of new settings in /etc/rc.local.
|
||||
Force a reload of new settings in `/etc/rc.local`.
|
||||
```sh
|
||||
sudo systemctl restart rc-local.service
|
||||
sudo systemctl daemon-reload
|
||||
|
|
Loading…
Reference in a new issue