pihole/templates/custom.list.j2

3 lines
96 B
Text
Raw Permalink Normal View History

2022-07-13 12:52:43 +02:00
{% for dns_entry in local_dns_entries %}
{{ dns_entry.ip4 }} {{ dns_entry.domain }}
{% endfor %}