add mullvad vpn conf
This commit is contained in:
parent
727e2e8975
commit
d17b10bf93
1 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,27 @@
|
|||
client
|
||||
dev tun
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
verb 3
|
||||
remote-cert-tls server
|
||||
ping 10
|
||||
ping-restart 60
|
||||
sndbuf 524288
|
||||
rcvbuf 524288
|
||||
cipher AES-256-GCM
|
||||
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384
|
||||
proto udp
|
||||
#auth-user-pass mullvad_userpass.txt
|
||||
auth-user-pass /home/daylin/.config/openvpn/mullvad-chi/mullvad_userpass.txt
|
||||
#ca mullvad_ca.crt
|
||||
ca /home/daylin/.config/openvpn/mullvad-chi/mullvad_ca.crt
|
||||
script-security 2
|
||||
#up update-resolv-conf
|
||||
#down update-resolv-conf
|
||||
fast-io
|
||||
remote-random
|
||||
remote 68.235.43.34 1195 # us-chi-ovpn-001
|
||||
remote 68.235.43.98 1195 # us-chi-ovpn-003
|
||||
remote 68.235.43.66 1195 # us-chi-ovpn-002
|
Loading…
Reference in a new issue