File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ To store Pritunl Profile to GitHub Secrets, maintaining the state of the `tar` b
43
43
# ### 1. Download the Pritunl Profile File provided by your Pritunl User Profile Page
44
44
45
45
` ` ` bash
46
- curl -s -L -o ./pritunl.profile.tar https://vpn.domain.tld/key/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx .tar
46
+ curl -s -L -o ./pritunl.profile.tar https://vpn.domain.tld/key/xxxxxxxxxxxxxx .tar
47
47
` ` `
48
48
49
49
# ### 2. Convert your Pritunl Profile File from `tar` binary to `base64` data format.
@@ -128,7 +128,7 @@ Such as Secrets Key `PRITUNL_PROFILE_FILE` from the [Examples](#examples).
128
128
with :
129
129
profile-file-tar-base64 : >
130
130
${{ secrets.PRITUNL_PROFILE_FILE }}
131
- vpn-mode : ' wg'
131
+ vpn-mode : ' wg' # Property set to install WireGuard tools dependencies.
132
132
start-connection : false
133
133
134
134
- name : Start VPN Connection
@@ -144,15 +144,17 @@ Such as Secrets Key `PRITUNL_PROFILE_FILE` from the [Examples](#examples).
144
144
145
145
- name : Your CI/CD Core Logic Here
146
146
run : |
147
+
147
148
##
148
- # EXAMPLE:
149
+ # EXAMPLES:
149
150
# * Integration Test
150
151
# * End-to-End Test
152
+ # * Endpoint Reachability Test
151
153
# * And More
152
154
##
153
155
154
156
##
155
- # Below is our simple connectivity test script .
157
+ # Below is our simple example for VPN connectivity test.
156
158
##
157
159
158
160
# Install Tooling
You can’t perform that action at this time.
0 commit comments