This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# the sample open vpn client config, for using with android openvpn client | |
client | |
dev tun | |
proto udp | |
remote SERVER_ADDRESS PORT | |
tun-mtu 1400 | |
cipher AES-256-CBC | |
auth-nocache | |
resolv-retry infinite | |
nobind |
NewerOlder