Update troubleshooting.md

Added resolvectl status and better labels
This commit is contained in:
Loki 2023-05-21 18:06:40 -07:00 committed by GitHub
parent 93753b751f
commit f066864b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,8 +124,10 @@ One of those values is DNS, which by default will be 1.1.1.1 and 1.0.0.1
If you are using a host that blocks Cloudflare DNS, you will have to use different DNS Servers; typically the same ones your host system is using.
You can view what DNS Servers your host uses through a number of ways depending on how your operating system handles networking. If one of these doesn't work, try another one.
```bash
# Systemd-Resolve
# Systemd-Resolve (Ubuntu 18.04 and 20.04)
systemd-resolve --status"
# Resolve-CTL (Newer Version of Ubuntu)
resolvectl status
# Network Manager
nmcli dev show
# Raw file locations that may have your host system's DNS Servers for various distributions