framjet/Cloudflare IP Updater for Linode Firewalls
Updates Linode firewalls with current Cloudflare IP ranges
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 20, 2025
- License
- MIT
Pinned Snippet
uses: framjet/cloudflare-linode-fw-updater-action@ecb75f1092bbfd66b138d72bc0c69034026f7184 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| linode-token | Linode API token with firewall permissions | yes | — |
| verbose | Enable verbose logging | no | false |
| quiet | Suppress all non-error output | no | false |
| no-sensitive | Hide sensitive information (firewall IDs and names) | no | true |
| rule-label | Label of firewall rule to match | no | allow-cloudflare-https |
| port | Port to match in firewall rule | no | 443 |
| protocol | Protocol to match in firewall rule (TCP, UDP, ICMP) | no | TCP |
| rule-match-filter | Custom jq filter for rule matching (overrides other rule parameters if provided) | no | "" |
Outputs
| name | description |
|---|---|
| updated | Number of firewalls that were updated |
| status | Status of the operation (success, updated, error) |