mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-11-17 22:34:19 +01:00
Show checkbox for dns challenge in zerossl
This commit is contained in:
@@ -415,8 +415,10 @@
|
|||||||
} else if (this.value == "ZeroSSL") {
|
} else if (this.value == "ZeroSSL") {
|
||||||
$("#kidInput").show();
|
$("#kidInput").show();
|
||||||
$("#hmacInput").show();
|
$("#hmacInput").show();
|
||||||
$("#dnsChallenge").hide();
|
$("#dnsChallenge").show();
|
||||||
$(".dnsChallengeOnly").hide();
|
if ($("#useDnsChallenge")[0].checked){
|
||||||
|
$(".dnsChallengeOnly").show();
|
||||||
|
}
|
||||||
$("#skipTLS").hide();
|
$("#skipTLS").hide();
|
||||||
} else if (this.value == "Buypass") {
|
} else if (this.value == "Buypass") {
|
||||||
$("#kidInput").show();
|
$("#kidInput").show();
|
||||||
|
|||||||
Reference in New Issue
Block a user