An open API service indexing awesome lists of open source software.

https://github.com/jeffresc/hetzner-cloud-firewall-cloudflare-updater

A Python script that automatically updates a Hetzner Cloud firewall to accept HTTP(s) traffic from Cloudflare only
https://github.com/jeffresc/hetzner-cloud-firewall-cloudflare-updater

cloudflare hetzner-api hetzner-cloud python python3

Last synced: 12 months ago
JSON representation

A Python script that automatically updates a Hetzner Cloud firewall to accept HTTP(s) traffic from Cloudflare only

Awesome Lists containing this project

README

          

# Hetzner-Cloud-Firewall-Cloudflare-Updater
A Python script that automatically updates a Hetzner Cloud firewall to accept HTTP(s) traffic from Cloudflare only

Installation:
```bash
git clone https://github.com/JeffResc/Hetzner-Cloud-Firewall-Cloudflare-Updater
cd Hetzner-Cloud-Firewall-Cloudflare-Updater
python3 -m venv Hetzner-Cloud-Firewall-Cloudflare-Updater
source Hetzner-Cloud-Firewall-Cloudflare-Updater/bin/activate
pip3 install -r requirements.txt
```

Usage:
```bash
python3 updater.py
```