From c02cc60e5f9bf068cc8fde2e9579fb7fed5eb339 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 20 Aug 2023 15:27:38 -0700 Subject: [PATCH] Multiple names for a single IP address. --- Config/DNS/config/hosts.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Config/DNS/config/hosts.example b/Config/DNS/config/hosts.example index 5549c2a..7a4215a 100644 --- a/Config/DNS/config/hosts.example +++ b/Config/DNS/config/hosts.example @@ -16,5 +16,10 @@ 127.0.1.1 dns.example.com dns 192.168.1.22 ssh.example.com ssh + 192.168.1.25 mail.example.com mail -192.168.1.80 www.example.com www +192.168.1.25 imap.example.com +192.168.1.25 smtp.example.com + +192.168.1.80 www.example.com example.com +192.168.1.80 www.example.net example.net