Filled out all files for DNS. Ready for testing.

This commit is contained in:
2023-07-29 11:44:00 -07:00
parent d35e8d3bac
commit bcc914d77a
7 changed files with 90 additions and 7 deletions

View File

@@ -0,0 +1,20 @@
# 2023-07-29
#
# Description:
# Example file of how to use the hosts file. It contains local servers running
# inside the domain that need accessed directly rather than traversing outside
# the WAN. This saves time and prevents some routers from dropping data.
#
# Format:
# XXX.XXX.XXX.XXX subdomain.domain.extension subdomain
#
# Futher Reading:
# https://manpages.debian.org/bookworm/manpages/hosts.5.en.html
#
127.0.0.1 localhost
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