mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
5 lines
140 B
Text
5 lines
140 B
Text
*filter
|
|
-A INPUT -i tun -j ACCEPT
|
|
-A FORWARD -s 192.168.254.0/255.255.255.0 -j ACCEPT
|
|
*nat
|
|
-A POSTROUTING -s 192.168.254.0/24 -j MASQUERADE
|