mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Use Route53 options for IPv6 as well
Without it, when selecting Route53 v6, the options needed for Route53 would not be shown
This commit is contained in:
@@ -188,6 +188,7 @@ include("head.inc");
|
||||
$(".type_custom").show();
|
||||
break;
|
||||
case "route53":
|
||||
case "route53-v6":
|
||||
$(".type_route53").show();
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user