From 7086d13eb5fc26a8e4c461c9a0ff5ead5de010b3 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 22 Jul 2025 12:12:22 +0100 Subject: initial commit --- dn42/nodes/Makefile | 5 +++++ dn42/nodes/index.adoc | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 dn42/nodes/Makefile create mode 100644 dn42/nodes/index.adoc (limited to 'dn42/nodes') diff --git a/dn42/nodes/Makefile b/dn42/nodes/Makefile new file mode 100644 index 0000000..7b8992e --- /dev/null +++ b/dn42/nodes/Makefile @@ -0,0 +1,5 @@ +# This source code is released into the public domain. + +PAGES= index.adoc + +.include "../Makefile.inc" diff --git a/dn42/nodes/index.adoc b/dn42/nodes/index.adoc new file mode 100644 index 0000000..fe4f127 --- /dev/null +++ b/dn42/nodes/index.adoc @@ -0,0 +1,37 @@ += nodes | le-fay.dn42 + +link:../[<< back] + +== public nodes + +these nodes are currently accepting new peerings. +for information on how to set up a peering, see link:../[the main page]. + +*note:* new peerings are currently preferred on <>. +if you'd rather peer with a different node, please explain why in your email. + +[#ash] +=== ash.le-fay.org + +location:: Cambridge, UK - Mythic Beasts +DNS name (clearnet):: [.node]#ash.le-fay.org# +IPv6 address (clearnet):: [.ipaddr]#2a00:1098:6b:400::4# +DNS name (DN42):: [.node]#ash.le-fay.dn42# +IPv6 address (DN42):: [.ipaddr]#fd5b:a83:b06b:100::1# +IPv4 address (DN42):: [.ipaddr]#172.23.76.0# +Wireguard public key:: [.key]#Whll1SCzNLqPcKMdfGpJF1SdAt49lXThSrkHwnP72iw=# +Wireguard port:: 20000 + last four digits of your ASN +IPv6 link-local address:: [.ipaddr]#fe80::1495:1# + +[#oak] +=== oak.le-fay.org + +location:: London, UK - Jump Networks +DNS name (clearnet):: [.node]#oak.le-fay.org# +IPv6 address (clearnet):: [.ipaddr]#2001:ba8:4015:100::3# +DNS name (DN42):: [.node]#oak.le-fay.dn42# +IPv6 address (DN42):: [.ipaddr]#fd5b:a83:b06b:900::1# +IPv4 address (DN42):: [.ipaddr]#172.23.76.1# +Wireguard public key:: [.key]#sZ07jrWqPHvuJuDrgJxMoHpdOtX4sXhZYoDVgoymLFI=# +Wireguard port:: 20000 + last four digits of your ASN +IPv6 link-local address:: [.ipaddr]#fe80::1495:2# -- cgit v1.2.3