Last active
August 7, 2024 23:50
-
-
Save d3v-null/4a5ec85ab9d5753089de to your computer and use it in GitHub Desktop.
Revisions
-
derwentx revised this gist
Nov 27, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ client dev tun comp-lzo auth-user-pass # remote-cert-tls server server-poll-timeout 10 auth-nocache auth-retry interact verb 1 -
davepeck revised this gist
Apr 22, 2014 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,8 +7,6 @@ auth-user-pass auth-nocache auth-retry interact verb 1 remote openvpn.getcloakvpn.com 443 udp remote openvpn.getcloakvpn.com 443 tcp route-metric 1 -
davepeck created this gist
Sep 11, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,39 @@ client dev tun comp-lzo remote-cert-tls server server-poll-timeout 10 auth-user-pass auth-nocache auth-retry interact verb 1 remote 54.245.171.199 443 udp remote 54.245.171.199 443 tcp remote openvpn.getcloakvpn.com 443 udp remote openvpn.getcloakvpn.com 443 tcp route-metric 1 setenv CLIENT_CERT 0 redirect-gateway def1 <ca> -----BEGIN CERTIFICATE----- MIIDNDCCAhygAwIBAgIJAIWVlTPZCuJtMA0GCSqGSIb3DQEBBQUAME8xCzAJBgNV BAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRswGQYDVQQKExJCb3VyZ2VvaXMg Qml0cyBMTEMxDjAMBgNVBAsTBUNsb2FrMB4XDTExMDUyNDE3MDM1OFoXDTIxMDUy MTE3MDM1OFowTzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xGzAZ BgNVBAoTEkJvdXJnZW9pcyBCaXRzIExMQzEOMAwGA1UECxMFQ2xvYWswggEiMA0G CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCyPorrWq4ZnKOQhjzdgK3PQ5Q3rwkb 7g7gavg8M0xYtW3UCMeRTo85DtyfQlYKvFrwerumHA/J/ZuWyLzVMfF3oEklj+2R sFggrT+Ss3qIoYknWarJt4sfQRxyy4UPy4ZtRkzKYw7MjHj5ARQvaztMYBZkDMGS d+3Rdw0+TM6H2lOPUXIXkJnnRTqME6bSExVKb3DdcZeKa7DYHTdq3uveZEvoleJa VqjjQK4TT+kurePBRNPMt4H7KGpeLvbqf8TjC0g76uSx6UroUY9ZkQiezmbGiRVD WB2iJomUpgKDU/vFFUrhJLjmlDW29W6KKWHn5ktARzYdKWnIx2Wh6FGfAgMBAAGj EzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBABRo1nz5PWKf ZhhZCX4xGPW6g0Ziy4+BpB8H336As/fe2h+5yxroSmfrijj222LL/zVyekrdhx78 bkvUYXq2KqCLdI81J9cSjcoH06/rafpW+pCTm8UAB8f0M/EGy/1mzb08cqBqyITX H9hrjimfKeTAgAyir1NMU9xLKfQfUyl77uskR8sLakXe9mgt29SckiwhuXXtcfLf MMQv6XbD2hqn/rIWM9x6ytpy8ryqkUkWiXPfRttD435AmbNCyFjRRA+2Xa3W5x+3 0tV0fyiVC7s8DxLE9B6wt5Vh681FdILWFbGGeCaoDLKx9ifuu0IZL9hccePP737r 6gmeSu22cfs= -----END CERTIFICATE----- </ca>