Initial commit

This commit is contained in:
Philip (a-0) 2022-07-13 12:52:43 +02:00
commit 6384ac2152
6 changed files with 91 additions and 0 deletions

3
templates/custom.list.j2 Normal file
View file

@ -0,0 +1,3 @@
{% for dns_entry in local_dns_entries %}
{{ dns_entry.ip4 }} {{ dns_entry.domain }}
{% endfor %}