mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
4 lines
82 B
Text
4 lines
82 B
Text
|
#!/bin/sh
|
||
|
|
||
|
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o IPv4dev -j MASQUERADE
|