TL;DR How do you define a domain in PiHole so it doesn't use the suffix?
e.g. http://unifi instead of http://unifi.[PiholeDomain]
I purchased a couple of Ubiquiti devices just to shore up some weaknesses in my LAN.
Mainly moving WiFi and Switch away from my ISP router so that there are no more LAN outages when the ISP router resets and to have more control of WiFi networking
So I setup Unifi Network (Unifi Controller) in a docker container in my NAS and purchased 1xWAP-U6-Lite and 1x USW-Flex-Mini
The issue I've had is that when the devices try to adopt, they couldn't see the Unifi controller.
When I SSH onto the WAP I could see that it was trying to set-inform to the docker network rather than the LAN IP, so I told the WAP to set-inform to the LAP IP of my NAS instead and boom .. it adopts.
Once adopted and fw updated I rechecked the SSH and can see that the settings are now to set-inform domain http://unifi
The Flex-Mini however doesn't have an SSH connection so I tried setting it in the local DNS of the PiHole.
If I "ping unifi" it doesn't resolve, but if I ping unifi.[PiholeDomain] then it does.
Is there a way to set pihole to resolve just "unifi" on it's own?