updated openvpn run file to use tcp connection, and removed ov alias from bashrc
This commit is contained in:
parent
a021eecb36
commit
955abb2a98
2 changed files with 1 additions and 2 deletions
|
|
@ -260,7 +260,6 @@ alias wifi-connect="connmanctl connect wifi_34cff6c9b922_44495a5a_managed_psk"
|
|||
alias wifi-disconnect="connmanctl disconnect wifi_34cff6c9b922_44495a5a_managed_psk"
|
||||
alias wifi-up="doas ifconfig wlan0 up"
|
||||
alias wifi-down="doas ifconfig wlan0 down"
|
||||
alias {ov,ovpn}="doas openvpn --config ~/.config/protonvpn/protonvpn_configs/us-free-02.protonvpn.com.udp.ovpn --auth-user-pass ~/.config/protonvpn/protonvpn.txt" # add &>/dev/null & to run in bg
|
||||
alias snowlogs="doas docker logs -f snowflake-proxy"
|
||||
alias git-a="git add"
|
||||
alias git-c="git commit -m"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue