As noted in the web admin GUI, Pi-hole uses the following sources to resolve local domains:
Note:
The order of locally defined DNS records is:
The device's host name and pi.hole
Configured in a config file in /etc/dnsmasq.d/
Read from /etc/hosts
Read from the "Local (custom) DNS" list (stored in /etc/pihole/custom.list)
Only the first record will trigger an address-to-name association.
The advantage of using the Local DNS feature is that you get a web GUI interface for the file. Other than that, it's no different than any other hosts file, but is looked at last.
thanks! i failed to read up on that... exactly what i was looking for as that helps with my confusion with dnsmasq and me not wanting to mess/conflict with it by putting my "hosts list" somewhere where it shouldn't be in relation to pihole. thanks again.
appreciate your helpful reply. awhile back i had copy/pasted my win server dns entries into a text file formatted for the rpi / pihole. since then i was trying to avoid having to manually enter all those entries. for whatever reason i had a mental block with this. that project was put down until now. all the replies here have helped get this done now and can finally scratch this off my to-do list. thanks everyone.