Firewall settings for cloudflare
Since I am using cloudflare nobody exept them should access my server at port 80 or 443.
So I removed all rules granting access at those ports and added the following script in my crontab
file:
Somehow putting it in crontab seems not to work right (I think the network is not yet up when the script is run). So I created a systemd script to start this script…