From 73339950fa65dc94405fdbf6959a3b5c98b10fe6 Mon Sep 17 00:00:00 2001 From: theq86 Date: Mon, 22 Jan 2018 22:08:26 +0100 Subject: [PATCH] Use Route53 options for IPv6 as well Without it, when selecting Route53 v6, the options needed for Route53 would not be shown --- dns/dyndns/src/www/services_dyndns_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dns/dyndns/src/www/services_dyndns_edit.php b/dns/dyndns/src/www/services_dyndns_edit.php index 46700f297..fc316978f 100644 --- a/dns/dyndns/src/www/services_dyndns_edit.php +++ b/dns/dyndns/src/www/services_dyndns_edit.php @@ -188,6 +188,7 @@ include("head.inc"); $(".type_custom").show(); break; case "route53": + case "route53-v6": $(".type_route53").show(); break; default: