Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/content/docs/manage/dns/forwarding/enable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To enable DNS forwarding, your deployment must have the following:

The example configurations on this page assumes Consul's DNS server is listening on the loopback interface on the same node of the local DNS server.

If Consul is not listening on the loopback IP, replace the references to `localhost` and `120.0.0.1` in the configuration and commands with the appropriate IP address for your environment.
If Consul is not listening on the loopback IP, replace the references to `localhost` and `127.0.0.1` in the configuration and commands with the appropriate IP address for your environment.

## systemd-resolved

Expand Down