I’ve been trying to setup pivpn on alpine, but it keeps complaining about some iptables rules not being set, requiring me to run pivpn -d each time the system is started to fix it…
You must log in or register to comment.
iptables-save > /etc/iptables/rules.v4
Or install
iptables-persistent
if you’re on a Debian-derivative system.