Add new available domains

This commit is contained in:
nemunaire 2022-03-08 13:04:22 +01:00
parent 02095cd1dc
commit 4d25665835
2 changed files with 5 additions and 3 deletions

View File

@ -6,8 +6,8 @@ import (
) )
var ( var (
AssociatedDomainSuffixes = []string{"adlin2023.p0m.fr."} AssociatedDomainSuffixes = []string{"adlin2023.driivve.com.", "adlin2023.driivve.co.", "adlin2023.driivee.cloud.", "adlin2023.p0m.fr."}
DelegatedDomainSuffixes = []string{"srs.p0m.fr."} DelegatedDomainSuffixes = []string{"srs.driivve.com.", "srs.driivve.co.", "srs.driivee.cloud.", "srs.p0m.fr."}
) )
func (student *Student) MyDelegatedDomainSuffix() string { func (student *Student) MyDelegatedDomainSuffix() string {

View File

@ -1,4 +1,6 @@
var tuto_progress = [ const dn_without_dnssec = ["driivve.com.", "driivee.cloud."];
const tuto_progress = [
{ {
1: { title: "Is alive?", icon: "👋", label: "Token 1"}, 1: { title: "Is alive?", icon: "👋", label: "Token 1"},
2: { title: "DMZ reached", icon: "📚", label: "Token 2"}, 2: { title: "DMZ reached", icon: "📚", label: "Token 2"},