You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This utility helps you with tasks like automated testing, periodic backups, and anything that requires private access inside the corporate infrastructure using Pritunl Enterprise VPN Server.
5
+
Establish a [Pritunl VPN](https://pritunl.com/) connection using the [Pritunl Client](https://client.pritunl.com/) that supports [OpenVPN](https://openvpn.net/) and [WireGuard](https://www.wireguard.com/) modes on [GitHub Actions](https://github.com/features/actions).
6
+
7
+
This utility helps you with tasks like automated internal endpoint testing, periodic backups, and anything that requires private access inside the corporate infrastructure using Pritunl VPN Enterprise Servers.
6
8
7
9
## Usage
8
10
@@ -36,7 +38,21 @@ The configuration is declarative and relatively simple to use.
36
38
# If not supplied, which defaults to `true`.
37
39
# If `true` the VPN connection starts within the setup step.
38
40
start-connection: ''
41
+
```
42
+
43
+
> Kindly check the section [Working with Pritunl Profile File](#working-with-pritunl-profile-file) on converting `tar` binary to `base64` file format for the `profile-file` input.
44
+
45
+
## Examples
46
+
47
+
We have different example scenarios; any combination is possible as long the required `profile-file` input is supplied.
39
48
49
+
### Minimum Working Configuration
50
+
51
+
```yml
52
+
- name: Setup Pritunl Profile and Start VPN Connection
@@ -58,21 +74,6 @@ The configuration is declarative and relatively simple to use.
58
74
working-directory: e2e
59
75
```
60
76
61
-
> Kindly check the section [Working with Pritunl Profile File](#working-with-pritunl-profile-file) on converting `tar` binary to `base64` file format for the `profile-file` input.
62
-
63
-
## Examples
64
-
65
-
We have different example scenarios; any combination is possible as long the required `profile-file` input is supplied.
66
-
67
-
### Minimum Working Configuration
68
-
69
-
```yml
70
-
- name: Setup Pritunl Profile and Start VPN Connection
0 commit comments