Add new check: HTTPS-SNI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4d25665835
commit
3967a4e279
3 changed files with 32 additions and 6 deletions
|
@ -21,9 +21,10 @@ const tuto_progress = [
|
|||
103: { title: "DNS Delegation", icon: "3", label: "DNS"},
|
||||
104: { title: "HTTP on delegated domain", icon: "4", label: "HTTP on NS"},
|
||||
105: { title: "HTTPS on delegated domain", icon: "5", label: "HTTPS on NS"},
|
||||
106: { title: "Matrix Federation", icon: "6", label: "Matrix SRV"},
|
||||
107: { title: "Matrix Client", icon: "7", label: "Matrix CLT"},
|
||||
108: { title: "DNSSEC (bonus)", icon: "8", label: "DNSSEC"},
|
||||
106: { title: "HTTPS-SNI", icon: "6", label: "HTTPS-SNI"},
|
||||
107: { title: "Matrix Federation", icon: "7", label: "Matrix SRV"},
|
||||
108: { title: "Matrix Client", icon: "8", label: "Matrix CLT"},
|
||||
109: { title: "DNSSEC (bonus)", icon: "9", label: "DNSSEC"},
|
||||
},
|
||||
{
|
||||
200: { title: "PONG resolver", icon: "0", label: "PONG srv"},
|
||||
|
|
Reference in a new issue