Revision history of "OpenVPN Autoconnect - Using PIA"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 16:44, 17 April 2023Tinker talk contribs 4,242 bytes +4,242 Created page with "=== Autoconnect PIA VPN on Boot === Create the OpenVPN autoconnect init.d startup script file * <code>sudo vim /etc/init.d/openvpnauto</code> Paste this OpenVPN autoconnect startup script, if you do not want to use Sweden.ovpn then replace it in the <code>DAEMON_OPTS</code> line <pre> #!/bin/sh ### BEGIN INIT INFO # Provides: OpenVPN Autoconnect # Required-Start: $local_fs $remote_fs $network # Required-Stop: $local_fs $remote_fs $network # Default-Sta..."