From a81b8530da844ec4aee4bc18b774ffa6894379e3 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 20 Aug 2023 15:28:01 -0700 Subject: [PATCH] Add 2nd example domain from hosts file. --- Config/DNS/config/resolv.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/DNS/config/resolv.conf.example b/Config/DNS/config/resolv.conf.example index fbb6715..21f6886 100644 --- a/Config/DNS/config/resolv.conf.example +++ b/Config/DNS/config/resolv.conf.example @@ -8,7 +8,7 @@ # # The local domains being hosted. -search example.com anotherdomain.com +search example.com example.net anotherdomain.com # Explicitly set local caching with hosts file on. nameserver 127.0.0.1