First of all, I am thankful for taking time to answer my question. Second of all Merry Christmas to you and your high family. wish these holidays (Christmas & New Year) bring never-ending peace and love to this world.
Now, about your question: no it is not typo. I did download and burn the older version of IPfire because… unknown reason. Ha ha ha ! I am laughing because i honestly do not know why i downloaded an older version of IPfire.
Core Update 170 is no longer available from the official IPFire website.
Actually, there is. in fact here is the URL link:
https://downloads.ipfire.org/releases/ipfire-2.x/2.27-core170/ipfire-2.27-core170-aarch64.img.xz
Yes. yes, I can:
#!/bin/bash
### start this script in clear screen ###
clear
echo ""
### let us create block list named blockITempires ###
ipset create blockITempires hash:net
echo ""
echo ""
### cloudflare_CDN_s_IPv4_ranges: ###
ipset add blockITempires 103.21.244.0/22
ipset add blockITempires 103.22.200.0/22
ipset add blockITempires 103.31.4.0/22
ipset add blockITempires 104.16.0.0/13
echo ""
echo "### ###"
echo "### ============================================================= ###"
echo "### ###"
echo ""
### fastly_CDN_s_IPv4_ranges: ###
ipset add blockITempires 23.235.32.0/20
ipset add blockITempires 43.249.72.0/22
ipset add blockITempires 103.244.50.0/24
ipset add blockITempires 103.245.222.0/23
echo ""
echo "### ###"
echo "### ============================================================= ###"
echo "### ###"
echo ""
### gcore_CDN_s_IPv4_ranges: ###
ipset add blockITempires 102.130.69.141/32
ipset add blockITempires 102.67.99.50/32
ipset add blockITempires 102.67.99.66/32
ipset add blockITempires 103.178.28.10/32
#/etc/sysconfig/firewall.local reload (I have commented out this command because it changes nothing)
echo "" && sleep 10s
### script done its work. it is therefore time for it to terminate itself. ###
sleep 5s
exit
EDIT: moderator formatted code block