I upgraded pi-hole to the latest development HEAD and it seems that the dnsmasq upgrade in FTL does not work as expected.
Core vDev (development, d80259ee)
FTL vDev (development, c04fa584)
Web interface vDev (development, 943a2e51)
The update did stall after pi-hole re-enable FTL. I manually tried to restart FTL but always got this error in the logs:
Dec 22 20:16:58 pi-hole dnsmasq[34591]: DHCP host has multiple names at line 87 of /etc/pihole/dnsmasq.conf
Dec 22 20:16:58 pi-hole dnsmasq[34591]: FAILED to start up
Static DHCP configurations don't work anymore. I had to remove all static DHCP hosts from pihole.tomlin order to get it working again.
Also, static addresses cannot be added anymore. trying to save the newly added results in this pop-up.
This is a new check introduced in dnsmasq v2.91test2 we added to our development branches. Adding multiple names was never supported. Even though it was allowed, the behavior was undefined. The dnsmasq mailing list has further details if would like to see them.
I guess the ,infinite at the end is misinterpreted as duplicated host name.