Last active
March 31, 2022 17:09
-
-
Save mhamzas/92fe221f9fe24b4f7ce2d4fefa0b574b to your computer and use it in GitHub Desktop.
HMA OPENVPN on Padavan
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
| 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" |
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
| https://gyazo.com/c767ad65c71fdb62d4c11845189b2d3e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment