How do autonomous driverless cars handle the stand off that occurs when two cars meet on a narrow London street and both parties are of the opinion that the other has to back up 50 meters to let them through? Will the car instruct the passenger to get out and do the arm waving and swearing required for the right of way negotiation?
HN user
spacedgrey
I map the command below to a keyboard shortcut to disable all pihole blocking for 60 seconds via the pihole disable API call.
wget --quiet "http://PIHOLE_IP/admin/api.php?disable=60&auth=YOUR_API_TOKE..."
You can find the token in the pihole Web GUI at, Settings > API/Web Interface > Show API token
For the non-tech-savvy members of the household you can provide a link to the disable API.
e.g. Temporarily disable blocking for 60 seconds,
http://pihole.lan/admin/api.php?disable=60&auth= .
You can also infuriate the teenagers in the household by blocking and unblocking domains at certain times via crontab. e.g.
0 08 * * * /usr/local/bin/pihole -wild --delmode instagram.com youtube.com
0 22 * * * /usr/local/bin/pihole -wild instagram.com youtube.com