Skip to content

Commit

Permalink
The correct file name is resolv.conf (#7147)
Browse files Browse the repository at this point in the history
Co-authored-by: aoneill <[email protected]>
  • Loading branch information
meanjollies and aoneill authored Nov 18, 2024
1 parent f5385ad commit a5500c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ The IP address of the default DNS server is found in the properties of the netwo

### Linux

In Linux, the location of the desired DNS server depends on the values set in the resolver configuration file located at `/etc/resolve.conf`.
In Linux, the location of the desired DNS server depends on the values set in the resolver configuration file located at `/etc/resolv.conf`.

To find these values via the command line, enter:

cat /etc/resolve.conf
cat /etc/resolv.conf

To find these values via the GUI in Ubuntu 22.04 LTS:

Expand Down

0 comments on commit a5500c5

Please sign in to comment.