mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-18 14:56:01 +02:00
Fixed dns resolver information templates
This commit is contained in:
@ -16,14 +16,6 @@ Protocol: {{ c.protocol }}
|
||||
{%-if c.tls_dns_name %}
|
||||
DNS Name: {{ c.tls_dns_name }}
|
||||
{%- endif %}
|
||||
{%- if c.search | length == 1 %}
|
||||
Search: {{ c.search | first }}
|
||||
{%- elif c.search | length > 1 %}
|
||||
Search:
|
||||
{%- for s in c.search %}
|
||||
* {{s}}
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
{%- if c.aliases | length == 1 %}
|
||||
Alias: {{ c.aliases | first }}
|
||||
{%- elif c.aliases | length > 1 %}
|
||||
|
Reference in New Issue
Block a user