updated openvpn run file to use tcp connection, and removed ov alias from bashrc

This commit is contained in:
tomit4 2022-03-16 12:30:25 -07:00
parent a021eecb36
commit 955abb2a98
2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
exec /usr/bin/openvpn --config /home/brian/.config/protonvpn/protonvpn_configs/us-free-02.protonvpn.com.udp.ovpn --auth-user-pass /home/brian/.config/protonvpn/protonvpn.txt
exec /usr/bin/openvpn --config /home/brian/.config/protonvpn/protonvpn_configs/us-free-04.protonvpn.com.tcp.ovpn --auth-user-pass /home/brian/.config/protonvpn/protonvpn.txt