Hi,
Im trying to set up Mullvad open VPN togehter with the VPN client, but no success so far.
I have tried this config for a cube-file;
{
“server_name”: “se-sto-008.mullvad.net”,
“server_port”: “1197”,
“server_proto”: “udp”,
“ip6_net”: “”,
“ip4_addr”: “185.65.135.138”,
“crt_server_ca”: "-----BEGIN CERTIFICATE-----
…
-----END CERTIFICATE-----",
“crt_client”: “”,
“crt_client_key”: “”,
“crt_client_ta”: “”,
“login_user”: “user-name”,
“login_passphrase”: “password”,
“dns0”: “89.234.141.66”,
“dns1”: “2001:913::8”,
“openvpn_rm”: [ ],
“openvpn_add”: [ “topology subnet” ]
}
Is there tutorial on this or anyone got it working?
Any help is much appreciated!