Skip to content

Instantly share code, notes, and snippets.

@mhamzas
Last active March 31, 2022 17:09
Show Gist options
  • Select an option

  • Save mhamzas/92fe221f9fe24b4f7ce2d4fefa0b574b to your computer and use it in GitHub Desktop.

Select an option

Save mhamzas/92fe221f9fe24b4f7ce2d4fefa0b574b to your computer and use it in GitHub Desktop.
HMA OPENVPN on Padavan
pull-filter ignore ifconfig-ipv6
pull-filter ignore route-ipv6
ping 5
;user nobody
;group nobody
persist-key
persist-tun
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]
;mute-replay-warnings
remote-cert-tls server
verb 3
;mute 20
route-metric 1
tls-client
// Make sure you use FILEZILLA to upload your files here
// Download from : https://vpn.hidemyass.com/vpn-config/keys/
cert "/etc/storage/openvpn/client/hmauser.crt"
ca "/etc/storage/openvpn/client/ca.crt"
key "/etc/storage/openvpn/client/hmauser.key"
https://gyazo.com/c767ad65c71fdb62d4c11845189b2d3e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment