rohittp0/WireGuard Connect
Bring up a WireGuard tunnel on Ubuntu runners with dynamic domain-based routing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Base64-encoded wg-quick config (wg0.conf) | yes | — |
| iface | WireGuard interface name | no | wg0 |
| domains | Comma-separated list of domains to route through WireGuard (for split tunneling). If not specified, all traffic is routed through WireGuard. | no | "" |
| ips | Comma-separated list of IP addresses (IPv4 or IPv6) to route through WireGuard. | no | "" |
Outputs
| name | description |
|---|---|
| public_ip | Public IP visible after tunnel is up. |