Remove favicon and changes
All checks were successful
/ deploy (push) Successful in 48s

This commit is contained in:
Minecon724 2024-12-21 12:17:04 +01:00
parent bf672d2727
commit e47a57ba2a
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
6 changed files with 25 additions and 18 deletions

View file

@ -1,7 +1,8 @@
#!/bin/bash #!/bin/bash
cp geofeed.csv dist 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" {} + 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/* ncftpput -R -u $FTP_USER -p $FTP_PASSWORD $FTP_SERVER . dist/*

View file

@ -2,26 +2,25 @@ Endpoint port:
- If `424242xxxx`: `2xxxx` - If `424242xxxx`: `2xxxx`
- If not: [use this](https://dn42.m724.eu/calculator) - If not: [use this](https://dn42.m724.eu/calculator)
Peering via link local only, pingables are for pinging \ Use link-local to peer, pingables are for pinging
If not specified, nodes are clearnet IPv6 only
### Amsterdam, Netherlands ### Amsterdam, Netherlands
- `nl1.420129.xyz` 100 Mbps - `nl1.420129.xyz` 100 Mbps (v6)
- Public key: `iZfLBtF6BiQvdKXx4Yl02u+OL6ls35gSpWCRmB9q4lU=` - Public key: `iZfLBtF6BiQvdKXx4Yl02u+OL6ls35gSpWCRmB9q4lU=`
- Link local: `fe80::129:1` - Link local: `fe80::129:1`
- Pingable: `fdfe:8d0:7450:100::` - Pingable: `fdfe:8d0:7450:100::`
- Hosting: [Scaleway](https://www.scaleway.com/en/) - Hosting: [Scaleway](https://www.scaleway.com/en/)
### Nuremberg, Germany ### Nuremberg, Germany
- `de1.420129.xyz` 1 Gbps + v4 - `de1.420129.xyz` 1 Gbps (v6 + v4)
- Tunnelled to Frankfurt, +4ms - Tunnelled to Frankfurt, +4ms
- Public key: `N9rGceoiFcc/obnHrqMAmVlrb/E2Br55+doekTKwNF8=` - Public key: `N9rGceoiFcc/obnHrqMAmVlrb/E2Br55+doekTKwNF8=`
- Link local: `fe80::129:2` - Link local: `fe80::129:2`
- Pingable: `fdfe:8d0:7450:200::` - 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 ### Warsaw, Poland
- `pl1.420129.xyz` 1 Gbps + v4 - `pl1.420129.xyz` 1 Gbps (v6 + v4)
- Public key: `v854+5m4Diqh8oGo6/sGVS7LELsreIjMujkWqwc6bWo=` - Public key: `v854+5m4Diqh8oGo6/sGVS7LELsreIjMujkWqwc6bWo=`
- Link local: `fe80::129:3` - Link local: `fe80::129:3`
- Pingable: `fdfe:8d0:7450:300::` - Pingable: `fdfe:8d0:7450:300::`

View file

@ -2,6 +2,7 @@
<html lang="en"> <html lang="en">
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="data:,">
<script src="./script.js" defer></script> <script src="./script.js" defer></script>
<title>dn724</title> <title>dn724</title>

View file

@ -4,12 +4,19 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link rel="icon" href="data:,">
<title>dn724</title> <title>dn724</title>
</head> </head>
<body> <body>
<h2>AS4242420129</h2> <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> <p>Open for peering in:</p>
<ul> <ul>
<li>Warsaw, Poland</li> <li>Warsaw, Poland</li>
@ -17,14 +24,11 @@
<li>Netherlands, Amsterdam</li> <li>Netherlands, Amsterdam</li>
</ul> </ul>
<p>Peering recommendations (not strictly requirements)</p> <p>Peering requirements</p>
<ul> <ul>
<li>Justifiable latency. For example, "high ping because 3G"</li> <li>One peering per one node</li>
<li>One peering per one node, closest node</li> <li>WireGuard using link local</li>
<li>WireGuard, link local peering</li> <li>If you have multiple nodes, peer as many as possible</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>
</ul> </ul>
<p>Contact, sorted by preference</p> <p>Contact, sorted by preference</p>
@ -37,11 +41,11 @@
<p>Other</p> <p>Other</p>
<ul> <ul>
<li><a href="./map">Node map</a></li> <li><a href="https://git.m724.eu/Minecon724/dn42-info/src/branch/master/nodes.md">Node information</a></li>
<li><a href="./services.html">Services</a></li> <li><a href="./map">Node world map</a></li>
<li><a href="https://git.m724.eu/Minecon724/dn42-info">Source code</a></li> <li><a href="./services.html">Internal services</a></li>
</ul> </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> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<script type=module src="./map.js"></script> <script type=module src="./map.js"></script>
<link rel="stylesheet" href="./style.css" /> <link rel="stylesheet" href="./style.css" />
<link rel="icon" href="data:,">
<title>dn724 map</title> <title>dn724 map</title>
</head> </head>

View file

@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="data:,">
<title>dn724</title> <title>dn724</title>
<style> <style>