first commit

This commit is contained in:
deepend 2019-02-14 16:20:05 -07:00
commit c0bc89e6bb
2 changed files with 35 additions and 0 deletions

5
css/hacker.css Normal file

File diff suppressed because one or more lines are too long

30
index.html Normal file
View File

@ -0,0 +1,30 @@
<html>
<head>
<title>|--===TildeNIC ===--|</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/css/hacker.css" rel="stylesheet">
</head>
<body>
<div class="container">
<center>|--===TildeNIC ===--|</center>
<br>
Its cool to host a zones records here, or, if you like, a delegation to your DNS servers can be done.
<br>
<br>
All domain names are first-come, first-served. Current tildes listed on <a href="https://tilde.team/wiki/?page=other-tildes" target="_blank">https://tilde.team/wiki/?page=other-tildes</a> get priority seating/reservation for the zones that match (ie, your.tilde, team.tilde, yourtilde.tilde, town.tilde, etc etc).
<br>
<br>
All .tilde DNS servers are listed on the <a href="https://tildegit.org/.tilde/.tilde/wiki/NS-List" target="_blank">NS List page</a>. You should be able to pick any of them, and they will just work. These name servers will also resolve regular domain names, and opennic names, and are suitable as personal use DNS servers.
<br>
<br>
Current(ish) status of the the .tilde name servers can be found here: <a href="https://yourtilde.com/~ubergeek/tildemon" target="_blank">https://yourtilde.com/~ubergeek/tildemon</a>
<br>
<br>
Contact ubergeek: <a href="mailto:ubergeek@yourtilde.com">ubergeek@yourtilde.com</a> or create a PR at <a href="https://tildegit.org/.tilde/.tilde" target="_blank">https://tildegit.org/.tilde/.tilde</a> to request a domain or delegation.
<br>
<br>
</div>
</body>
</html>