Please follow the below template, it will help us to help you!
Expected Behaviour:
IP of Unifi controller is set using DHCP option 43
Actual Behaviour:
No parameter set using option 43.
Created 43-unifi.conf in /etc/dnsmasq.d/ and have tried multiple variants of syntax for setting this option to point Ubiquiti devices to my Unifi controller hosted at Digital Ocean. Currently trying to simply use: dhcp-option=43,162.243.XXX.YYY (of course X and Y are replaced with the real values to reach the controller). Have attempted to use Wireshark and see no response from Pi-hole for this particular DHCP option. The devices are getting the standard set of DHCP info from Pi-hole, and were previously getting option 43 set correctly from the Meraki DHCP server that was taken out of service when Pi-hole was dropped in.
@deHakkelaar Thanks so much. That seemed to correct the problem.
@Mcat12 I was using what I thought were standard dnsmasq config options with no luck so I thought perhaps there was something related to the FTL-embedded implementation that was causing a variance from the manner in which "standalone" dnsmasq works with those config options.