1. This profile is used when connected to my home network.
2. By default all options begin by deleting the existing rules. Since I only have 4 rules max, I have used for loop from 0 to 5 (I'm aware it loops 5 times.)
3. I did not use `sudo ufw reset` because it resets all the rules and deactivates the firewall which I did not want happening in any case.
1. Then, it sets the default rules to allow outgoing traffic and deny incoming traffic followed by printing the output.
2. I have then specified rules for allowing incoming traffic on port range 1714:1764 (TCP and UDP) for KDE Connect, ports 22000 (TCP) and 21027 (UDP) from `192.168.219.0/24` (my phone's IP range) for Syncthing.
3. Lastly, it reloads the firewall and prints the verbose status.