diff --git a/templates/etc/dnsmasq.conf b/templates/etc/dnsmasq.conf index a6bcb3f..191db21 100644 --- a/templates/etc/dnsmasq.conf +++ b/templates/etc/dnsmasq.conf @@ -1,5 +1,6 @@ # Automatically generated by DJEEP. # Please be wary of manually editing! +# Last written {% now "jS F Y H:i" %} dhcp-ignore=tag:!known dhcp-ignore-names diff --git a/templates/etc/ethers b/templates/etc/ethers index 4169013..1516a1a 100644 --- a/templates/etc/ethers +++ b/templates/etc/ethers @@ -1,4 +1,5 @@ # Automatically generated by DJEEP. # Please be wary of manually editing! +# Last written {% now "jS F Y H:i" %} {% for h in hosts %}{{h.mac_address}} {{h.hostname}} {% endfor %} diff --git a/templates/etc/hosts b/templates/etc/hosts index 1142ddd..8b5db99 100644 --- a/templates/etc/hosts +++ b/templates/etc/hosts @@ -1,5 +1,7 @@ # Automatically generated by DJEEP. # Please be wary of manually editing! +# Last written {% now "jS F Y H:i" %} + 127.0.0.1 localhost # The following lines are desirable for IPv6 capable hosts @@ -9,5 +11,5 @@ ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters -{% for h in hosts %}{{h.ip_address}} {{h.hostname}} +{% for h in hosts %}{{h.ip_address}} {{h.hostname}} {{h.hostname}}.{{site.domainname}} {% endfor %}