diff --git a/deploy.sh b/deploy.sh index 0bf8d85..6053325 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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/* diff --git a/nodes.md b/nodes.md index 27276b3..0fd0233 100644 --- a/nodes.md +++ b/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::` diff --git a/src/calculator/index.html b/src/calculator/index.html index 97a06b7..64691af 100644 --- a/src/calculator/index.html +++ b/src/calculator/index.html @@ -2,6 +2,7 @@ +
Open for peering in:
Peering recommendations (not strictly requirements)
+Peering requirements
Contact, sorted by preference
@@ -37,11 +41,11 @@Other
-Last modified: var_lastmod var_commithash
+Last updated var_lastmodshort in var_commithash