Update Hetzner Cloud firewall rules with Cloudflare IP ranges
Project description
Update Hetzner Cloud Firewall Rules with Current Cloudflare IP Ranges
This tool, cf-ips-to-hcloud-fw
, helps you keep your Hetzner Cloud firewall
rules up-to-date with the current Cloudflare IP ranges.
Table of Contents
Overview
cf-ips-to-hcloud-fw
fetches the current Cloudflare IP
ranges and updates your Hetzner Cloud firewall
rules using the hcloud
API.
The tool specifically targets incoming firewall rules and replaces the
networks with Cloudflare networks if their description contains
__CLOUDFLARE_IPS_V4__
, __CLOUDFLARE_IPS_V6__
or __CLOUDFLARE_IPS__
.
Text in rule description | Cloudflare IP ranges |
---|---|
__CLOUDFLARE_IPS_V4__ |
IPv4 only |
__CLOUDFLARE_IPS_V6__ |
IPv6 only |
__CLOUDFLARE_IPS__ |
IPv4 + IPv6 |
Note: Having both __CLOUDFLARE_IPS_V4__
and __CLOUDFLARE_IPS_V6__
in a rule
description is equivalent to having __CLOUDFLARE_IPS__
there.
Installation
Using Python
To install cf-ips-to-hcloud-fw
using Python, we recommend using
pipx
. pipx
is a tool for installing and running
Python applications in isolated environments.
Using pipx (Recommended)
-
Install
cf-ips-to-hcloud-fw
using pipx:pipx install cf-ips-to-hcloud-fw
-
Verify the installation:
cf-ips-to-hcloud-fw -h
You should see the usage information for cf-ips-to-hcloud-fw
.
To upgrade cf-ips-to-hcloud-fw
, run:
[!TIP] To upgrade
cf-ips-to-hcloud-fw
, runpipx upgrade cf-ips-to-hcloud-fw
.
Using pip
We strongly recommend using a virtual environment when installing Python packages with pip. This helps to avoid conflicts between packages and allows you to manage packages on a per-project basis.
-
Create a virtual environment:
python3 -m venv cf-ips-to-hcloud-fw-venv
-
Install
cf-ips-to-hcloud-fw
into the virtual environment:./cf-ips-to-hcloud-fw-venv/bin/pip3 install cf-ips-to-hcloud-fw
-
Verify the installation:
./cf-ips-to-hcloud-fw-venv/bin/cf-ips-to-hcloud-fw -h
You should see the usage information for cf-ips-to-hcloud-fw
.
[!TIP] To upgrade
cf-ips-to-hcloud-fw
in your virtual environment, run./cf-ips-to-hcloud-fw-venv/bin/pip3 install --upgrade cf-ips-to-hcloud-fw
.
Docker and Kubernetes
As an alternative, cf-ips-to-hcloud-fw
can be run using Docker or a Kubernetes
CronJob. Simply mount your configuration file as /usr/src/app/config.yaml
.
Here's an example using Docker:
docker run --rm \
--mount type=bind,source=$(pwd)/config.yaml,target=/usr/src/app/config.yaml,readonly \
jkreileder/cf-ips-to-hcloud-fw:1.0.14
(Add --pull=always
if you use a rolling image tag.)
Docker images for cf-ips-to-hcloud-fw
are available for both linux/amd64
and
linux/arm64
architectures. The Docker images support the following tags:
1
: This tag always points to the latest1.x.x
release.1.0
: This tag always points to the latest1.0.x
release.1.0.14
: This tag points to the specific1.0.14
release.main
: This tag points to the most recent development version ofcf-ips-to-hcloud-fw
. Use this at your own risk as it may contain unstable changes.
You can find the Docker images at:
Here's an example of how to create a Kubernetes Secret for your configuration:
apiVersion: v1
kind: Secret
metadata:
name: cf-ips-to-hcloud-fw-config
type: Opaque
stringData:
config.yaml: |
- token: API_TOKEN_FOR_PROJECT_1
firewalls:
- firewall-1
- firewall-2
- token: API_TOKEN_FOR_PROJECT_2
firewalls:
- default
And here's an example of a Kubernetes CronJob that uses the Secret:
apiVersion: batch/v1
kind: CronJob
metadata:
name: cf-ips-to-hcloud-fw
spec:
schedule: "0 * * * *" # Run every hour
jobTemplate:
spec:
template:
spec:
securityContext:
runAsNonRoot: true
runAsUser: 65534
containers:
- name: cf-ips-to-hcloud-fw
image: jkreileder/cf-ips-to-hcloud-fw:1.0.14
# imagePullPolicy: Always # Uncomment this if you use a rolling image tag
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
volumeMounts:
- name: config-volume
mountPath: /usr/src/app/config.yaml
subPath: config.yaml
volumes:
- name: config-volume
secret:
secretName: cf-ips-to-hcloud-fw-config
restartPolicy: OnFailure
Configuration
Preparing the Hetzner Cloud Firewall
To prepare your Hetzner Cloud Firewall:
-
Set the rule descriptions: Include
__CLOUDFLARE_IPS_V4__
,__CLOUDFLARE_IPS_V6__
, or__CLOUDFLARE_IPS__
in the description of any incoming firewall rule where you want to insert Cloudflare networks. This will be used as a marker to identify which rules should be updated with the Cloudflare IP ranges. -
Generate an API token: You'll need an API token with write permissions for the project that contains the firewall. This token will be used to authenticate your requests to the Hetzner Cloud API. You can generate a token in the Hetzner Cloud Console by going to "Security" > "API Tokens" > "Generate API Token".
Configuring the Application
To configure the application, you'll need to create a config.yaml
file with
your API tokens and the names of the firewalls you want to update:
- token: API_TOKEN_FOR_PROJECT_1 # Token with read-write permissions for a Hetzner Cloud project
firewalls:
- firewall-1
- firewall-2
- token: API_TOKEN_FOR_PROJECT_2 # Token with read-write permissions for another Hetzner Cloud project
firewalls:
- default
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cf_ips_to_hcloud_fw-1.0.14.tar.gz
.
File metadata
- Download URL: cf_ips_to_hcloud_fw-1.0.14.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69a1ead5aa6f593302dec7333881dbe3e679bc0ee71c8bc1025b5f06f21e090d |
|
MD5 | 0623df80285a4b3ac1d9ff4a3c467009 |
|
BLAKE2b-256 | 659945d2a0dec0d4c150c08f5b9d2e92878482d0980fc69847b0644ee547f9ec |
Provenance
The following attestation bundles were made for cf_ips_to_hcloud_fw-1.0.14.tar.gz
:
Publisher:
python-package.yaml
on jkreileder/cf-ips-to-hcloud-fw
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
cf_ips_to_hcloud_fw-1.0.14.tar.gz
- Subject digest:
69a1ead5aa6f593302dec7333881dbe3e679bc0ee71c8bc1025b5f06f21e090d
- Sigstore transparency entry: 147369054
- Sigstore integration time:
- Predicate type:
File details
Details for the file cf_ips_to_hcloud_fw-1.0.14-py3-none-any.whl
.
File metadata
- Download URL: cf_ips_to_hcloud_fw-1.0.14-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62c31228f587904618791d90db24ec7beeaccff87d55cc1aa8f96322900edc24 |
|
MD5 | 8d0c835e0595f0a9811afb783a0725b3 |
|
BLAKE2b-256 | fa69e95572f966344525cb6578ef10b7fba2bf6f059782523047673bbb987c3e |
Provenance
The following attestation bundles were made for cf_ips_to_hcloud_fw-1.0.14-py3-none-any.whl
:
Publisher:
python-package.yaml
on jkreileder/cf-ips-to-hcloud-fw
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
cf_ips_to_hcloud_fw-1.0.14-py3-none-any.whl
- Subject digest:
62c31228f587904618791d90db24ec7beeaccff87d55cc1aa8f96322900edc24
- Sigstore transparency entry: 147369057
- Sigstore integration time:
- Predicate type: