Initial commit
This commit is contained in:
commit
6384ac2152
6 changed files with 91 additions and 0 deletions
3
templates/custom.list.j2
Normal file
3
templates/custom.list.j2
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% for dns_entry in local_dns_entries %}
|
||||
{{ dns_entry.ip4 }} {{ dns_entry.domain }}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue