pucherot

Results 27 comments of pucherot

I think what you mean is that you use a DHCP server that assigns Adguard DNS, isn't it? You can use Pi.Alert with this configuration, but Scan Method 2 Pi.hole,...

Well, I will study this functionality. Thank you

Thanks. I will study this problem.

please, can you execute this command: ~~~ sqlite3 ~/pialert/db/pialert.db "select * from devices where dev_mac like 'dc:a6:32%'" ~~~

#76 - Pi device that is running Pi.Alert shows as offline This fix perhaps solve this problem too. only to confirm, can you execute this command **`ip route`** ?

This is my `docker-compose.yml` Thank you in advance. ``` services: proxy: image: jc21/nginx-proxy-manager container_name: proxy restart: unless-stopped network_mode: bridge ports: - 80:80 - 81:81 - 443:443 volumes: - ./data:/data -...