Created PIA-PiVPN Repo

This commit is contained in:
atusa-bw
2023-01-23 13:06:19 -07:00
parent b511dd2f1f
commit 399116affa
19 changed files with 5898 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Write gateway IP for reference
echo "$route_vpn_gateway" > /opt/piavpn-manual/route_info
# Back up resolv.conf and create new one with PIA DNS
cat /etc/resolv.conf > /opt/piavpn-manual/resolv_conf_backup
echo "# Generated by /connect_to_openvpn_with_token.sh
nameserver 10.0.0.241" > /etc/resolv.conf