This commit is contained in:
parent
bf672d2727
commit
e47a57ba2a
6 changed files with 25 additions and 18 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp geofeed.csv dist
|
||||
find dist -type f -exec sed -i "s/var_lastmod/$(date)/g" {} +
|
||||
find dist -type f -exec sed -i "s/var_lastmodlong/$(date)/g" {} +
|
||||
find dist -type f -exec sed -i "s/var_lastmodshort/$(date +%d.%m.%Y)/g" {} +
|
||||
find dist -type f -exec sed -i "s/var_commithash/$(git rev-parse --short HEAD)/g" {} +
|
||||
|
||||
ncftpput -R -u $FTP_USER -p $FTP_PASSWORD $FTP_SERVER . dist/*
|
||||
|
|
11
nodes.md
11
nodes.md
|
@ -2,26 +2,25 @@ Endpoint port:
|
|||
- If `424242xxxx`: `2xxxx`
|
||||
- If not: [use this](https://dn42.m724.eu/calculator)
|
||||
|
||||
Peering via link local only, pingables are for pinging \
|
||||
If not specified, nodes are clearnet IPv6 only
|
||||
Use link-local to peer, pingables are for pinging
|
||||
|
||||
### Amsterdam, Netherlands
|
||||
- `nl1.420129.xyz` 100 Mbps
|
||||
- `nl1.420129.xyz` 100 Mbps (v6)
|
||||
- Public key: `iZfLBtF6BiQvdKXx4Yl02u+OL6ls35gSpWCRmB9q4lU=`
|
||||
- Link local: `fe80::129:1`
|
||||
- Pingable: `fdfe:8d0:7450:100::`
|
||||
- Hosting: [Scaleway](https://www.scaleway.com/en/)
|
||||
|
||||
### Nuremberg, Germany
|
||||
- `de1.420129.xyz` 1 Gbps + v4
|
||||
- `de1.420129.xyz` 1 Gbps (v6 + v4)
|
||||
- Tunnelled to Frankfurt, +4ms
|
||||
- Public key: `N9rGceoiFcc/obnHrqMAmVlrb/E2Br55+doekTKwNF8=`
|
||||
- Link local: `fe80::129:2`
|
||||
- Pingable: `fdfe:8d0:7450:200::`
|
||||
- Hosting: [Advin](https://clients.advinservers.com/aff.php?aff=323) (US)
|
||||
- Hosting: [Advin Servers](https://clients.advinservers.com/aff.php?aff=323)
|
||||
|
||||
### Warsaw, Poland
|
||||
- `pl1.420129.xyz` 1 Gbps + v4
|
||||
- `pl1.420129.xyz` 1 Gbps (v6 + v4)
|
||||
- Public key: `v854+5m4Diqh8oGo6/sGVS7LELsreIjMujkWqwc6bWo=`
|
||||
- Link local: `fe80::129:3`
|
||||
- Pingable: `fdfe:8d0:7450:300::`
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="data:,">
|
||||
<script src="./script.js" defer></script>
|
||||
<title>dn724</title>
|
||||
|
||||
|
|
|
@ -4,12 +4,19 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="data:,">
|
||||
|
||||
<title>dn724</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>AS4242420129</h2>
|
||||
|
||||
<ul>
|
||||
<li>dn42 network</li>
|
||||
<li>IPv6 only network i.e. no IPv4 routes</li>
|
||||
</ul>
|
||||
|
||||
<p>Open for peering in:</p>
|
||||
<ul>
|
||||
<li>Warsaw, Poland</li>
|
||||
|
@ -17,14 +24,11 @@
|
|||
<li>Netherlands, Amsterdam</li>
|
||||
</ul>
|
||||
|
||||
<p>Peering recommendations (not strictly requirements)</p>
|
||||
<p>Peering requirements</p>
|
||||
<ul>
|
||||
<li>Justifiable latency. For example, "high ping because 3G"</li>
|
||||
<li>One peering per one node, closest node</li>
|
||||
<li>WireGuard, link local peering</li>
|
||||
<li>If your node is not in the same country and you plan on getting one in that country, please don't peer</li>
|
||||
<li>If you have multiple nodes, peer as much of them as possible</li>
|
||||
<li><a href="https://git.m724.eu/Minecon724/dn42-info/src/branch/master/nodes.md">Technical information</a></li>
|
||||
<li>One peering per one node</li>
|
||||
<li>WireGuard using link local</li>
|
||||
<li>If you have multiple nodes, peer as many as possible</li>
|
||||
</ul>
|
||||
|
||||
<p>Contact, sorted by preference</p>
|
||||
|
@ -37,11 +41,11 @@
|
|||
|
||||
<p>Other</p>
|
||||
<ul>
|
||||
<li><a href="./map">Node map</a></li>
|
||||
<li><a href="./services.html">Services</a></li>
|
||||
<li><a href="https://git.m724.eu/Minecon724/dn42-info">Source code</a></li>
|
||||
<li><a href="https://git.m724.eu/Minecon724/dn42-info/src/branch/master/nodes.md">Node information</a></li>
|
||||
<li><a href="./map">Node world map</a></li>
|
||||
<li><a href="./services.html">Internal services</a></li>
|
||||
</ul>
|
||||
|
||||
<p>Last modified: var_lastmod var_commithash</p>
|
||||
<p title="var_lastmodlong">Last updated var_lastmodshort in <a href="https://git.m724.eu/Minecon724/dn42-info/commit/var_commithash">var_commithash</a></p>
|
||||
</body>
|
||||
</html>
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<script type=module src="./map.js"></script>
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
<link rel="icon" href="data:,">
|
||||
|
||||
<title>dn724 map</title>
|
||||
</head>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="data:,">
|
||||
<title>dn724</title>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue