mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-17 14:33:27 +02:00
Made templates work with new data.
This commit is contained in:
4
templates/dns_resolver_list.txt
Normal file
4
templates/dns_resolver_list.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# Here is a list of supported dns resolvers
|
||||
{% for r in dns_resolvers %}
|
||||
=> ./{{ r.id }} {{r.name}}
|
||||
{%- endfor %}
|
Reference in New Issue
Block a user