I've moved the icon list to a proper repository to provide a space for others to contribute. See you there!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| ############################################################## | |
| # Title : Hetzner Firewall Cloudflare IP Updater # | |
| # Description : Allows you to update your Hetzner Cloud # | |
| # Firewall to allow all incoming requests # | |
| # from Cloudflare. # | |
| # # | |
| # Author : Sascha Greuel <hello@1-2.dev> # | |
| # Date : 2021-03-30 09:30 # |