I have an internal network, and an internal DNS server. I need my .lan addresses to resolve without going out to an external DNS server.
"It's always DNS."
I have an internal network, and an internal DNS server. I need my `.lan` addresses to resolve without going out to an external DNS server.
On Ubuntu 24+,
```
resolvectl flush-caches
```
should do it.
## References
* https://askubuntu.com/questions/1538140/how-to-flush-dns-in-ubuntu-24-10
* https://unix.stackexchange.com/questions/328131/how-to-troubleshoot-dns-with-systemd-resolved
* https://serverfault.com/questions/857800/find-out-which-dns-server-answered-your-query
* https://docs.cloudron.io/networking/#dns
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
"It's always DNS."
I have an internal network, and an internal DNS server. I need my
.lanaddresses to resolve without going out to an external DNS server.On Ubuntu 24+,
should do it.
References