aboutsummaryrefslogtreecommitdiff
path: root/central/src/main/resources/index.ftlh
diff options
context:
space:
mode:
Diffstat (limited to 'central/src/main/resources/index.ftlh')
-rw-r--r--central/src/main/resources/index.ftlh31
1 files changed, 31 insertions, 0 deletions
diff --git a/central/src/main/resources/index.ftlh b/central/src/main/resources/index.ftlh
new file mode 100644
index 0000000..7b5051e
--- /dev/null
+++ b/central/src/main/resources/index.ftlh
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html lang=en>
+<head>
+ <meta charset=utf-8>
+ <title>${name} dn42 Automatic Peering</title>
+</head>
+<body>
+<h1>${name} dn42 Peering</h1>
+<p><b>Already a peer? <a href="/manage">Login</a>.</b></p>
+<h2>Peering Process</h2>
+<ol>
+ <li>You: Register and verify your ASN.</li>
+ <li>You: Add a peer and submit your info.</li>
+ <li>We: Validate your info automatically.</li>
+ <li>We: If nothing goes wrong, we will automatically connect your endpoint.</li>
+ <li>You: Update your configuration to peer with us.</li>
+ <li>We: Constantly check your connection.</li>
+ <li>If you decided to stop peering with us, just login and delete your connection. We will stop connecting with you. The whole process is automated.</li>
+</ol>
+<h2>Special Notices (Please read)</h2>
+<ul>
+ <li>Accounts are not shared across our endpoints.</li>
+</ul>
+<h2>Start peering today!</h2>
+<ol>
+ <li>Register your ASN <a href="/asn">Here</a>.</li>
+ <li>Login to your <a href="/manage">Management Portal</a>.</li>
+ <li>Start peering by <a href="/manage/new">Creating a Peer</a>.</li>
+</ol>
+</body>
+</html>