Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ==============================================================================
- # Copyright (c) 2016-2020 Proton Technologies AG (Switzerland)
- # Email: [email protected]
- #
- # The MIT License (MIT)
- #
- # Permission is hereby granted, free of charge, to any person obtaining a copy
- # of this software and associated documentation files (the "Software"), to deal
- # in the Software without restriction, including without limitation the rights
- # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- # copies of the Software, and to permit persons to whom the Software is
- # furnished to do so, subject to the following conditions:
- #
- # The above copyright notice and this permission notice shall be included in all
- # copies or substantial portions of the Software.
- #
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR # OTHERWISE, ARISING
- # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- # IN THE SOFTWARE.
- # ==============================================================================
- # If you are a paying user you can also enable the ProtonVPN ad blocker (NetShield) or Moderate NAT:
- # Use: "DELETEDDELETED+f1" as username to enable anti-malware filtering
- # Use: "DELETEDDELETED+f2" as username to additionally enable ad-blocking filtering
- # Use: "DELETEDDELETED+nr" as username to enable Moderate NAT
- # Note that you can combine the "+nr" suffix with other suffixes.
- client
- dev tun
- proto tcp
- remote nl-free-26.protonvpn.net 443
- remote nl-free-26.protonvpn.net 7770
- remote nl-free-26.protonvpn.net 8443
- remote-random
- resolv-retry infinite
- nobind
- # The following setting is only needed for old OpenVPN clients compatibility. New clients
- # automatically negotiate the optimal cipher.
- cipher AES-256-CBC
- auth SHA512
- verb 3
- setenv CLIENT_CERT 0
- tun-mtu 1500
- tun-mtu-extra 32
- mssfix 1450
- persist-key
- persist-tun
- reneg-sec 0
- remote-cert-tls server
- auth-user-pass
- pull
- fast-io
- script-security 2
- up /etc/openvpn/update-resolv-conf
- down /etc/openvpn/update-resolv-conf
- <ca>
- -----BEGIN CERTIFICATE-----
- DELETEDDELETED
- -----END CERTIFICATE-----
- </ca>
- key-direction 1
- <tls-auth>
- # 2048 bit OpenVPN static key
- -----BEGIN OpenVPN Static key V1-----
- DELETEDDELETED
- -----END OpenVPN Static key V1-----
- </tls-auth>
Advertisement
Add Comment
Please, Sign In to add comment