adnanjaw/IP whitelist on HetznerFW
Automating IP Whitelisting on Hetzner Firewall Using GitHub Actions Before SSH Deployment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| hetzner_api_key | API key of Hetzner | yes | — |
| ip_address | IP address to whitelist | yes | — |
| firewall_name | The name of the targeted firewall. | yes | — |
| description | Description of the Rule | no | github-actions-rule |
| direction | Direction could be inbound (in) or outbound (out) | yes | in |
| protocol | Type of traffic to allow (Allowed tcp udp icmp esp gre) | yes | tcp |
| port | Port or port range to which traffic will be allowed, only applicable for protocols TCP and UDP. A port range can be specified by separating two ports with a dash, e.g 1024-5000 | no | 80 |
| cleanup | remove all added rules | no | true |
Outputs
no outputs