From 6075f7115d0a6c0cd64a9a59f1e18689cf1e12bb Mon Sep 17 00:00:00 2001 From: Shubheksha Jalan Date: Tue, 18 Apr 2017 23:49:31 +0530 Subject: [PATCH] add note about DNS server IP (#2822) --- engine/userguide/networking/configure-dns.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/userguide/networking/configure-dns.md b/engine/userguide/networking/configure-dns.md index 19726b6692..42025d0a3c 100644 --- a/engine/userguide/networking/configure-dns.md +++ b/engine/userguide/networking/configure-dns.md @@ -131,3 +131,5 @@ IPv6 Google DNS nameservers will also be added (2001:4860:4860::8888 and > **Note**: If you need access to a host's localhost resolver, you must modify > your DNS service on the host to listen on a non-localhost address that is > reachable from within the container. + +> **Note**: The DNS server is always at `127.0.0.11`. \ No newline at end of file