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