var tuto_progress = [ { 1: { title: "Is alive?", icon: "πŸ‘‹", label: "Token 1"}, 2: { title: "DMZ reached", icon: "πŸ“š", label: "Token 2"}, 3: { title: "HTTPS on + time", icon: "⏲", label: "Token 3"}, 4: { title: "DNS ok", icon: "🍰", label: "Token 4"}, 5: { title: "On Internet", icon: "🌎", label: "Token 5"}, 6: { title: "Bonus cachΓ©", icon: "b", label: "Bonus 0"}, 7: { title: "Bonus ICMP", icon: "πŸ“", label: "Bonus 1"}, 8: { title: "Bonus disk", icon: "πŸ’½", label: "Bonus 2"}, 9: { title: "Bonus email", icon: "πŸ“§", label: "Bonus 3"}, 10: { title: "Wg tunnel", icon: "πŸš‡", label: "Tunnel up"}, 11: { title: "Uploaded SSH key", icon: "πŸ’Š", label: "SSH"}, }, { 100: { title: "HTTP on IP", icon: "0", label: "HTTP IP"}, 101: { title: "HTTP on associated domain", icon: "1", label: "HTTP domain"}, 102: { title: "HTTPS on associated domain", icon: "2", label: "HTTPS domain"}, 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", icon: "6", label: "Matrix"}, 107: { title: "DNSSEC (bonus)", icon: "7", label: "DNSSEC"}, }, { 200: { title: "PONG resolver", icon: "0", label: "PONG srv"}, 201: { title: "HTTP on IP (bonus)", icon: "1", label: "HTTP IP"}, 203: { title: "DNS Delegation", icon: "2", label: "DNS"}, 204: { title: "HTTP on delegated domain", icon: "3", label: "HTTP on NS"}, 205: { title: "HTTPS on delegated domain", icon: "4", label: "HTTPS on NS"}, 206: { title: "Matrix", icon: "5", label: "Matrix"}, 208: { title: "RH access net", icon: "6", label: "RH net"}, 209: { title: "DG access net", icon: "7", label: "DG net"}, 210: { title: "CM access net", icon: "8", label: "CM net"}, }, ];