diff options
| author | Lexi Winter <lexi@le-fay.org> | 2025-07-22 12:12:22 +0100 |
|---|---|---|
| committer | Lexi Winter <lexi@le-fay.org> | 2025-07-22 12:12:22 +0100 |
| commit | 7086d13eb5fc26a8e4c461c9a0ff5ead5de010b3 (patch) | |
| tree | fa87f57d32c962b721400df503e36050bb3b3dad /dn42/nodes | |
| download | www.le-fay.org-7086d13eb5fc26a8e4c461c9a0ff5ead5de010b3.tar.gz www.le-fay.org-7086d13eb5fc26a8e4c461c9a0ff5ead5de010b3.tar.bz2 | |
initial commit
Diffstat (limited to 'dn42/nodes')
| -rw-r--r-- | dn42/nodes/Makefile | 5 | ||||
| -rw-r--r-- | dn42/nodes/index.adoc | 37 |
2 files changed, 42 insertions, 0 deletions
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 <<oak>>. +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# |
