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