Was only .bch. The daemon and CA already handle these four TLDs; the NRPT rule was the missing piece that made .p2p / .bit / .nav queries never reach the daemon at all (they went to ICANN's normal DNS and NXDOMAIN'd). Dual TLDs (.de .ru .dev .ltd) intentionally NOT here. They need the daemon's DNS-forwarding path to work reliably for unregistered names, and there's still an open EDNS/AAAA forwarding bug in bnsd.js that would break most German/Russian sites if we NRPT'd .de. Adding more native TLDs (.x .sia .dgb .nt from Theseus's expanded set) needs a CA rotation first — the current CA's nameConstraints only permit bch/p2p/bit/deviant/nav/test/bcnr. Deferred.
29 lines
1 KiB
HTML
29 lines
1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Moved — Silent Mode</title>
|
|
<meta http-equiv="refresh" content="0; url=/sirius/register.html">
|
|
<link rel="canonical" href="https://silentmode.st/sirius/register.html">
|
|
<script>
|
|
// Preserve deep-link fragments (#hosting etc.) across the redirect.
|
|
if (location.hash) location.replace("/sirius/register.html" + location.hash);
|
|
</script>
|
|
<style>
|
|
body{margin:0;font:15px/1.6 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
|
|
background:#0b0e14;color:#e7eaf1;display:grid;place-items:center;min-height:100vh;padding:1.5rem}
|
|
.card{max-width:460px;text-align:center}
|
|
a{color:#d6ff3d}
|
|
p{color:#8b98a9}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="card">
|
|
<h1>Registration moved.</h1>
|
|
<p>Silent Mode's naming registry is now at <b>Sirius</b>. The registration flow
|
|
you were looking for lives at <a href="/sirius/register.html">silentmode.st/sirius/register.html</a>.
|
|
Redirecting you there.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|