☣┌͜∩͜┐͜(͜◣͜_͜◢͜)͜┌͜∩͜┐☣
☣┌͜∩͜┐͜(͜◣͜_͜◢͜)͜┌͜∩͜┐☣
> > I see.. yes try all interface > > does that settings works for you? > > I already tried listening to all interfaces with 0.0.0.0 but after reloading...
@Haniffaez your issue is tailscale not working with AGH using wlan0 right ?.. I wonder if something else is listening on address
did you check to see if anything else on port 53? ``` sudo netstat -anp | grep 53 ```
checking adguard logs as well can be helpful
what you get for `sudo systemctl status AdGuardHome` & `sudo nano /var/log/AdGuardHome.err`
hmmm try setting up firewall rules https://help.ubuntu.com/community/UFW ``` sudo apt install ufw -y ``` ``` sudo ufw enable ``` ``` sudo ufw allow from 0.0.0.0 ``` ``` sudo ufw allow...
@Haniffaez have you tried with a wired connection to see if it works? then you can know if its a wifi issue or not
when i use all interface i get in bind host 0.0.0.0  did you change that ? 
so that 192.168.1.11 address is for tailscale to work ?
> > so that 192.168.1.11 address is for tailscale to work ? > > I used default upstream dns (cloudflare) before and it work well with tailscale but it need...