unifi-to-hosts-mapping icon indicating copy to clipboard operation
unifi-to-hosts-mapping copied to clipboard

Mapping to custom.list for Pi-Hole 5.0

Open shanelord01 opened this issue 4 years ago • 1 comments

I've adjusted the python-hosts "hosts.py" on line 203 & 211 from:

"{0}\t{1}\n".format( to "{0} {1}\n".format(

I then use sudo python /home/pi/client-mapping.py -f /etc/pihole/custom.list -c ControllerIP -u Username -p Password

to update the custom.list file instead of the /etc/hosts file. If needed I can see and edit in the Web UI now (although any changes will get overwritten upon each cron job).

Not sure if there is a way to update the main client-mapping.py script to adjust for a space instead of a tab, rather than having to edit the hosts.py

Thanks, Shane.

shanelord01 avatar May 03 '20 07:05 shanelord01