moeix-home/index.html

97 lines
3.8 KiB
HTML
Raw Permalink Normal View History

2023-01-25 13:55:57 +00:00
<!DOCTYPE html>
<html lang="zh">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<meta name="renderer" content="webkit" />
<meta name="force-rendering" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="apple-touch-icon" href="./public/icon.ico">
<link rel="icon" href="./public/icon.ico" />
<meta name="description" content="MoeIX | Moe Internet Exchanges" />
<meta property="og:type" content="website" />
<meta property="og:title" content="MoeIX | Moe Internet Exchanges" />
<meta name="og:description" content="MoeIX 由 MoeQing Network 运营,是于 2020 年成立的非商业互联网交换点IXP。" />
<link
href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500&amp;family=Fira+Mono&amp;family=Inter&amp;display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<title>MoeIX | Moe Internet Exchanges</title>
</head>
<body>
<div id="app-main" class="app">
<header>
<h1>MoeIX</h1>
<description>Moe Internet Exchanges</description>
<div>
- 一个非商业性的互联网交换点 <br>
- 由 MoeQing Network 运营
</div>
</header>
<div class="contents">
<div class="group">
<div class="content des">
<h2 class="zh-cn">介绍</h2>
<div>
<p>
MoeIX 是于 2020 年成立的非商业互联网交换点IXP主要为小型 ISP 、私人网络提供流量交换服务。 MoeIX
仅用作于学习、实验,禁止用于商业服务,也没有任何 SLA 保障。
</p>
</div>
</div>
<div class="content loc">
<h2 class="zh-cn">位置</h2>
<ul>
<li>中国 湖南 长沙 | Changsha, Hunan, China</li>
<li>中国 河南 郑州 | Zhengzhou, Henan, China</li>
<li>美国 华盛顿州 西雅图 | Seattle, Washington, USA<ul>
<li><a href="https://ixpm-sea.moeqing.com/lg/rs1-lan1-ipv6">IPv6 RS1 Looking Glass</a></li>
<li><a id="sea-member">Members</a></li>
</ul>
</li>
<li>美国 得克萨斯州 达拉斯 | Dallas, Texas, USA</li>
</ul>
</div>
<div class="content req">
<h2 class="zh-cn">要求</h2>
<ul>
<li>具有有效的 Public ASN</li>
<li>具有至少一段 /48 IPv6 地址</li>
<li>具有最新的 PeeringDB 信息</li>
<li>具有最新的 RIR Whois 信息</li>
<li>仅向 IX LAN 宣告的目的主机发送流量</li>
<li>禁止发送任何 multicast 数据包( ARP / IPv6 ND 除外 </li>
<li>禁止用于商业服务、禁止滥用</li>
<li>至少配置过两个以上 公网 / DN42 节点,并提供跨节点的 ip transit; 或与之相同的经验。</li>
</ul>
</div>
<div class="content tnk">
<h2 class="zh-cn">特别感谢</h2>
<ul>
<li>AS138517 KSKB for Technical support</li>
</ul>
</div>
<div class="content lnk">
<h2>Q&A</h2>
<p>
Q: 我可以通过什么方式接入 MoeIX<br>
A: 每个位置要求不同,详情请见 <a href="https://docs.moeix.top/">MoeIX文档</a>
</p>
</div>
</div>
</div>
</div>
<script type="module" src="/src/app.ts"></script>
</body>
</html>