How to change from udp to tcp vpn client

Hi,
How can I change the vpn protocol that is connected via file.
A VPN connection that is automatically created when creating a hub

Hello,

To change the VPN protocol for a connection created via a configuration file, you can follow these simple steps:

  1. Open the client .ovpn configuration file in a text editor.
  2. Search for the line:
proto udp  
  1. Change the value from udp to tcp, so it looks like this:
proto tcp  
  1. Save the file.

If you have additional questions or need further assistance, feel free to reach out.

Best regards,

This topic was automatically closed after 60 days. New replies are no longer allowed.