From 144212fb153722d91d450385f5e0887ce204cae8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 27 Jan 2022 20:26:05 +0100 Subject: [PATCH] Update inadyn.mustache --- inadyn/rootfs/templates/inadyn.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inadyn/rootfs/templates/inadyn.mustache b/inadyn/rootfs/templates/inadyn.mustache index 417d5a8f3..b3c28775b 100644 --- a/inadyn/rootfs/templates/inadyn.mustache +++ b/inadyn/rootfs/templates/inadyn.mustache @@ -23,8 +23,8 @@ user-agent = {{user_agent}}{{/user_agent}} wildcard = "{{wildcard}}"{{/wildcard}}{{#ddns_server}} ddns-server = "{{ddns_server}}"{{/ddns_server}}{{#ddns_path}} ddns-path = "{{ddns_path}}"{{/ddns_path}}{{#append_myip}} - append-myip = "{{append_myip}}"{{/append_myip}} - proxied = "{{proxied}}"{{/proxied}} + append-myip = "{{append_myip}}"{{/append_myip}}{{#proxied}} + proxied = "{{proxied}}"{{/proxied}}{{#ttl}} ttl = "{{ttl}}"{{/ttl}} } {{/providers}}