pivpn/scripts
Orazio 30b374054c Enable cloneandupdate() function, fixed detecting existing iptables rules.
- Uncommented lines inside the cloneandupdate() function in the update script, so pivpn -up can pull scripts from the master branch
  - The script was checking for the existence of PiVPN rules in the INPUT and FORWARD chain by passing 'iptables -t nat -S' to grep, but it couldn't find them as they belong to the filer table and not the nat table. The correct command is 'iptables -S'
2020-01-20 21:51:36 +01:00
..
openvpn Resolved merge conflicts 2020-01-20 10:55:29 +01:00
wireguard Updates and improvements 2020-01-08 19:38:38 +01:00
backup.sh Updates and improvements 2020-01-08 19:37:46 +01:00
uninstall.sh - Prepend 'pivpn-' to unstable repo files to limit naming conflicts 2020-01-20 09:56:07 +01:00
update.sh Enable cloneandupdate() function, fixed detecting existing iptables rules. 2020-01-20 21:51:36 +01:00