├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── dynamic_ip_whitelist.sh ├── fire_cloudflare.sh ├── fire_uptimerobot.sh └── screenshots ├── cloudflare with tcp and port 443.png ├── naming of the firewalls.png └── uptimerobot with icmp.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: ["https://www.paypal.me/SaschaMoser"] 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xopez/Hetzner-Cloud-Firewall-API-examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xopez/Hetzner-Cloud-Firewall-API-examples/HEAD/README.md -------------------------------------------------------------------------------- /dynamic_ip_whitelist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xopez/Hetzner-Cloud-Firewall-API-examples/HEAD/dynamic_ip_whitelist.sh -------------------------------------------------------------------------------- /fire_cloudflare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xopez/Hetzner-Cloud-Firewall-API-examples/HEAD/fire_cloudflare.sh -------------------------------------------------------------------------------- /fire_uptimerobot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xopez/Hetzner-Cloud-Firewall-API-examples/HEAD/fire_uptimerobot.sh -------------------------------------------------------------------------------- /screenshots/cloudflare with tcp and port 443.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xopez/Hetzner-Cloud-Firewall-API-examples/HEAD/screenshots/cloudflare with tcp and port 443.png -------------------------------------------------------------------------------- /screenshots/naming of the firewalls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xopez/Hetzner-Cloud-Firewall-API-examples/HEAD/screenshots/naming of the firewalls.png -------------------------------------------------------------------------------- /screenshots/uptimerobot with icmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xopez/Hetzner-Cloud-Firewall-API-examples/HEAD/screenshots/uptimerobot with icmp.png --------------------------------------------------------------------------------