1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-11-26 10:00:41 +08:00

Fixed README.md rendering

This commit is contained in:
Neo_Chen 2020-04-27 15:23:04 +08:00
parent f7ff381fc8
commit b9642babce
3 changed files with 43 additions and 52 deletions

View file

@ -1,13 +1,13 @@
# NeoNetwork # NeoNetwork
A useless VPN network ready for peering! A useless VPN network ready for peering!
Git Repo. [here](https://git.neocloud.tw)
Pull requests are welcomed! Pull requests are welcomed!
Telegram Group invitation link available at TXT record of `join-telegram.neocloud.tw` Telegram Group invitation link available at TXT record of `join-telegram.neocloud.tw`
## IXs ## IXs
```plain
caasih.neocloud.tw (10.127.0.1, ASN 4201270000) caasih.neocloud.tw (10.127.0.1, ASN 4201270000)
router.neocloud.tw (10.127.255.2, ASN 4201270000) router.neocloud.tw (10.127.255.2, ASN 4201270000)
r2.neocloud.tw (10.127.3.1, ASN 4201270000) r2.neocloud.tw (10.127.3.1, ASN 4201270000)
@ -18,7 +18,7 @@ ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4201270008)
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270008) jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270008)
s.aureus.ga (10.127.8.185, ASN 4201270007) s.aureus.ga (10.127.8.185, ASN 4201270007)
megumi.yukipedia.cf (10.127.30.1, ASN 4242421037) megumi.yukipedia.cf (10.127.30.1, ASN 4242421037)
```
## Routing Protocols ## Routing Protocols
@ -39,7 +39,6 @@ There's a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are u
## Files and Directories ## Files and Directories
```plain
ospf-area.txt OSPF Area Number ospf-area.txt OSPF Area Number
bgp-asn.txt BGP AS Number bgp-asn.txt BGP AS Number
named.conf Bind9 DNS configuration example named.conf Bind9 DNS configuration example
@ -47,4 +46,3 @@ nodes.dot Connection graph
route/ Network subnet allocation route/ Network subnet allocation
vpn/ VPN configuration examples (Tinc & WireGuard) vpn/ VPN configuration examples (Tinc & WireGuard)
dns/ Bind9 DNS zone files dns/ Bind9 DNS zone files
```

View file

@ -10,23 +10,23 @@
<body> <body>
<h1>NeoNetwork</h1> <h1>NeoNetwork</h1>
<p>A useless VPN network ready for peering!</p> <p>A useless VPN network ready for peering!<br/>
Git Repo. <a href="https://git.neocloud.tw">here</a><br/>
<p>Pull requests are welcomed!<br/> Pull requests are welcomed!<br/>
Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p> Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p>
<h2>IXs:</h2> <h2>IXs</h2>
<pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201048576) <pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201270000)
router.neocloud.tw (10.127.255.2, ASN 4201048576) router.neocloud.tw (10.127.255.2, ASN 4201270000)
r2.neocloud.tw (10.127.3.1, ASN 4201048576) r2.neocloud.tw (10.127.3.1, ASN 4201270000)
megumi.yukipedia.cf (10.127.30.1, ASN 4203223939) bgp.septs.me (IX, ASN 4201270001)
hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4200012450) hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4201270008)
bgp.septs.me ( ASN 4200055555) jp-03.nextmoe.cloud.imiku.cn (10.127.4.15, ASN 4201270008)
jp-03.nextmoe.cloud.imiku.cn (10.127.4.15, ASN 4200012450) ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4201270008)
ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4200012450) jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270008)
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4200066666)
s.aureus.ga (10.127.8.185, ASN 4201270007) s.aureus.ga (10.127.8.185, ASN 4201270007)
megumi.yukipedia.cf (10.127.30.1, ASN 4242421037)
</code></pre> </code></pre>
<h2>Routing Protocols</h2> <h2>Routing Protocols</h2>
@ -46,13 +46,13 @@ see routes.txt for allocated domain.</p>
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg" alt="NeoNetwork Nodes" /></p> <p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg" alt="NeoNetwork Nodes" /></p>
<h2>Files and Directories:</h2> <h2>Files and Directories</h2>
<pre><code>ospf-area.txt OSPF Area Number <pre><code>ospf-area.txt OSPF Area Number
bgp-asn.txt BGP AS Number bgp-asn.txt BGP AS Number
route/ network subnet allocation
named.conf Bind9 DNS configuration example named.conf Bind9 DNS configuration example
nodes.dot connection graph nodes.dot Connection graph
route/ Network subnet allocation
vpn/ VPN configuration examples (Tinc &amp; WireGuard) vpn/ VPN configuration examples (Tinc &amp; WireGuard)
dns/ Bind9 DNS zone files dns/ Bind9 DNS zone files
</code></pre> </code></pre>

View file

@ -41,7 +41,6 @@ h2 {
.mono, code { .mono, code {
font-family: monospace; font-family: monospace;
font-size:12pt; font-size:12pt;
background-color: #fff;
} }
.msrf { .msrf {
@ -89,12 +88,6 @@ table, th, td {
font-size:12pt; font-size:12pt;
} }
.pre {
white-space: pre;
border-style: solid;
border-width: 2px;
}
img { img {
max-width: 100vw; max-width: 100vw;
width: 100%; width: 100%;