# The program acts as a client (not a server) client # The most important setting: # enter here the IP address of YOUR OpenVPN SERVER # Other settings in not necessary to change !!! remote 185.117.153.79 # Server uses port 53, the same port is specified here. port 53 # Do not change dev tun # Select TCP or UDP protocol # Must be the same as on server ;proto tcp proto udp # Hostname/IP and server port. # You can enter several remote servers # for load balancing. ;remote my-server-1 1194 ;remote my-server-2 1194 # If you have several hosts for load balancing # then when you turn on this option will be selected random # otherwise they will be used one by one ;remote-random # Infinitely trying to resolv hostname of an # OpenVPN servers. Very useful on machines. # who are connected to the Internet is not permanent, # for example for laptops resolv-retry infinite # Most clients do not need # bind to a specific local port nobind # Lower privileges after connecting (non-Windows only) ;user nobody ;group nobody # Try to keep the previous state after the restart. persist-key persist-tun # Here you can configure HTTP proxy # to connect to the OpenVPN server # remote proxy authentication supported ;http-proxy-retry # retry on connection failures ;http-proxy [proxy server] [proxy port #] # Wireless networks often create a lot of duplicate packets. # Enable this setting to not show warnings. # about duplicates ;mute-replay-warnings # Path to certificates # Notice how this is done in Windows: # Path to files taken in double quotes, # backslashes escaped ca "C:\\Program Files\\OpenVPN\\certs\\ca.crt" cert "C:\\Program Files\\OpenVPN\\certs\\client1.crt" key "C:\\Program Files\\OpenVPN\\certs\\client1.key" # Additional protection remote-cert-tls server # Key for extra protection tls-auth "C:\\Program Files\\OpenVPN\\certs\\ta.key" 1 # A set of ciphers as on the server cipher AES-256-CBC # Compression. Do not enable if not enabled on server #comp-lzo # Log verbality. verb 3