nexrx/WireGuard Session
Open a connection to a WireGuard session for your GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| wg-client | Filepath to a `.conf` client [required or `wg-client-b64`] | no | — |
| wg-client-b64 | Base64 `.conf` file contents [required or `wg-client`] | no | — |
| log-save-as | Specifiy a name to save the WireGuard logs as an artifact | no | — |
| log-filepath | Filepath for saving the WireGuard logs to | no | /tmp/wg.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