New sequence for installing openvpn with setup of custom scripts

This commit is contained in:
2021-03-27 05:35:11 +00:00
parent 260daa009c
commit 741d0c74c9
7 changed files with 168 additions and 0 deletions

5
seqs/openvpn/down.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /bin/bash
echo "Restoring original nameservers"
rm -f /etc/resolv.conf
cp -f /etc/resolv.conf.default /etc/resolv.conf
echo "Done restoring nameservers cheers"