Add new available domains
This commit is contained in:
parent
02095cd1dc
commit
4d25665835
@ -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 {
|
||||||
|
@ -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"},
|
||||||
|
Reference in New Issue
Block a user