nexrx/OpenVPN Session
Open a connection to a OpenVPN session for your GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ovpn-client | Filepath to a `.ovpn` client [required or `ovpn-client-b64`] | no | — |
| ovpn-client-b64 | Base64 `.ovpn` file contents [required or `ovpn-client`] | no | — |
| log-save-as | Specifiy a name to save the OpenVPN logs as an artifact | no | — |
| log-filepath | Filepath for saving the OpenVPN logs to | no | /tmp/openvpn.log |
| timeout-address | The (private) hostname or ip for timeout testing connection to | yes | — |
| timeout-seconds | Seconds before assuming the session & connection has failed | no | 180 |
Outputs
no outputs