R
Runtipi19h ago
EIREXE

Adguard DNS - Random failures with NS_ERROR_CONNECTION_REFUSED

Hello, I've been using Adguard home for its DNS capabilities with great success for a while, recently it started intermittently failing to resolve DNS queries with a CONNECTION_REFUSED error. This is my user config (so it can act as a DHCP server)
services:
adguard:
networks:
tipi_macvlan_network:
interface_name: eth5
ipv4_address: 192.168.1.224

networks:
tipi_macvlan_network:
name: veelan
driver: macvlan
driver_opts:
parent: eno1 # check on 'ip a'
ipam:
config:
- subnet: 192.168.1.0/24
gateway: 192.168.1.1
services:
adguard:
networks:
tipi_macvlan_network:
interface_name: eth5
ipv4_address: 192.168.1.224

networks:
tipi_macvlan_network:
name: veelan
driver: macvlan
driver_opts:
parent: eno1 # check on 'ip a'
ipam:
config:
- subnet: 192.168.1.0/24
gateway: 192.168.1.1
Any idea what it could be? Cheers.
2 Replies
EIREXE
EIREXEOP18h ago
Gave up and installed isc-dhcp-server on the host, should be fine ig nevermind seems to be something fucky with aguard smh
Nicolas
Nicolas18h ago
Hello, I've been facing issues recently as well every now and then requests are super slow and custom rewrites are failing to respond Let me know if you find something

Did you find this page helpful?