Configuring Wireguard 3oc VPN in Linux (Debian/Ubuntu)

Install wireguard:

$ sudo apt-get install wireguard

In case you don't use Debian or a debian based distro, instead of APT, use your package manager to install wireguard.

Unzip the configuration archive you have downloaded:

$ unzip threeoc3R9****ZJXM.zip

Copy the conf file (any VPN exit) to /etc/wireguard (i.e. Ireland):

$ sudo cp threeoc_ie1.conf /etc/wireguard

Enable 3oc VPN tunnel with wireguard:

$ sudo wg-quick up /etc/wireguard/threeoc_ie1.conf

Open any browser and go to https://ipinfo.io to view VPN IP

To disable 3oc VPN tunnel with wireguard:

$ sudo wg-quick down /etc/wireguard/threeoc_ie1.conf