Initial commit for creating core dns image

This commit is contained in:
2023-01-26 06:27:17 +00:00
parent 7db856db57
commit 061591808d
6 changed files with 116 additions and 0 deletions

6
hosts.local Normal file
View File

@@ -0,0 +1,6 @@
# file: hosts.local
# description: This file is for setting static DNS entries in dnsmasq. Each line should begin with an IP address, followed by a FQDN.
# Additional terms will be treated as CNAME records (i.e., pointers back to the FQDN).
#
# 192.168.1.100 example-host1.internal.example.com example-host1 example-web1