From 13eb924b9a25018cffb719ef8ae999cfd7e2d413 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 27 Jan 2022 19:10:28 +0100 Subject: [PATCH] Add proxied and ttl options --- inadyn/rootfs/templates/inadyn.mustache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inadyn/rootfs/templates/inadyn.mustache b/inadyn/rootfs/templates/inadyn.mustache index 724a2645a..417d5a8f3 100644 --- a/inadyn/rootfs/templates/inadyn.mustache +++ b/inadyn/rootfs/templates/inadyn.mustache @@ -24,5 +24,7 @@ user-agent = {{user_agent}}{{/user_agent}} 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}} + ttl = "{{ttl}}"{{/ttl}} } {{/providers}}