rectify naming
This commit is contained in:
@@ -617,7 +617,7 @@ server:
|
||||
{% for domain in private_domains %}
|
||||
private-domain: "{{ domain }}"
|
||||
{% for record in domain['records'] %}
|
||||
local-data: {{ record['name'] }} {{ record['type'] }} {{ record['ip'] }}
|
||||
local-data: {{ record['name'] }} {{ record['type'] }} {{ record['value'] }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
private-domain: "home.jthan.io"
|
||||
|
||||
Reference in New Issue
Block a user