Help Problem With Hassioaddons/adguard

I was having problems with the hassio addon Adguard so I uninstalled to reinstall it and now cant install anything. I get port 53 refused.

System Health

arch x86_64
dev false
docker true
hassio true
os_name Linux
os_version 4.15.0-91-generic
python_version 3.7.7
timezone Europe/London
version 0.107.6
virtualenv false

Is there any way i can but it back.

20-04-03 10:55:29 INFO (SyncWorker_14) [supervisor.docker.interface] Pull image hassioaddons/adguard-amd64 tag 2.3.3.
20-04-03 10:55:29 ERROR (SyncWorker_14) [supervisor.docker.interface] Can't install hassioaddons/adguard-amd64:2.3.3 -> 500 Server Error: Internal Server Error ("Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:54703->[::1]:53: read: connection refused").

Well i figured it out with.

root@nuc:/home/cameron#  echo nameserver 192.168.85.1 > /etc/resolv.conf

root@nuc:/home/cameron#  echo nameserver 8.8.8.8 > /etc/resolv.conf

root@nuc:/home/cameron#  sudo nano /etc/systemd/resolved.conf

[Resolve] DNS=192.168.85.1 FallbackDNS=8.8.8.8
DNSStubListener=no

root@nuc:/home/cameron# sudo systemctl start systemd-resolved

root@nuc:/home/cameron# sudo systemctl enable systemd-resolved.service

root@nuc:/home/cameron# SUDO REBOOT NOW

Wait until booted.

root@nuc:/home/cameron# Ping google.com

All works without Adguard. So i am not using it anymore because it did not work with my Google WiFi Hub.