From 01b1cf5c812eb5d329e3d68979c17617ca34dcb8 Mon Sep 17 00:00:00 2001 From: Maxim Muzafarov Date: Tue, 16 Oct 2018 01:55:25 +0300 Subject: [PATCH] dig: remove google's mention (#2447) --- pages/common/dig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dig.md b/pages/common/dig.md index a787c7069..ce29aef26 100644 --- a/pages/common/dig.md +++ b/pages/common/dig.md @@ -14,7 +14,7 @@ `dig {{hostname.com}} ANY` -- Specify an alternate DNS server to query (8.8.8.8 is google's public DNS): +- Specify an alternate DNS server to query: `dig @{{8.8.8.8}} {{hostname.com}}`