So I built a #terraform provider for my #Icotera i4850 router. Mainly because I would rather spend a few evenings learning go and automating, than spend 1 minute from tiem to time clicking in the router's web interface to manually set up some port forwards and static ip addresses.
https://registry.terraform.io/providers/francis-fisher/icotera-i4850/latest/docs
I just migrated my #Brsk connection back behind the #Icotera router, and there are some serious UI gotchas with the #IPv6 firewall, posting here for others' information.
The "Use firewall exceptions" checkbox must be ticked for any IPv6 firewalling to occur, even if you have no exceptions listed! Without it, all your LAN devices are totally exposed to the Internet.
And remember to set the netmask as /128 to limit to a single host - if you leave the default /0, or absently copy the /64 from the output of ip addr you will again disable firewalling for your LAN.
I'm nerdy enough to actually look for things that shouldn't work, but I worry about customers who aren't.