2 lines
186 B
Bash
Executable file
2 lines
186 B
Bash
Executable file
#!/bin/bash
|
|
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
|