From e1cf88ad737b225a69c5bd39d1f1a12d8e5f2fce Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Thu, 16 Mar 2023 23:40:30 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f015bfa..e024115 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# dmz-dns-vm +# Hermes -Provisions a VM using libvirt which acts as the DNS server on our DMZ network. +Hermes is the VM that runs Dnsmasq for DHCP and DNS in our DMZ. The VMs on our DMZ might like to contact eachother. For example, one VM wants to clone a repository from the git server. @@ -20,4 +20,4 @@ What is needed from the router: - Static IPv4 addresses on the DMZ interface (`192.168.30.1/24`). - Static IPv6 addresses on the DMZ interface (`2a02:58:19a:f730::1/64`). - DNS domain override for `geokunis2.nl`, `pizzapim.nl`, `pim.kunis.nl` and `dmz` to `192.18.30.7`. -- `unmanaged` IPv6 router advertisements on the DMZ interface. +- `unmanaged` (SLAAC) IPv6 router advertisements on the DMZ interface.