From: ned Date: Sun, 12 Apr 2026 19:07:11 +0000 (+0200) Subject: test fingerprints relays 3 X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/commitdiff_plain/2811cb6490f93a5ac54001208fb184b950c738f7?ds=sidebyside test fingerprints relays 3 --- diff --git a/assets/relays.js b/assets/relays.js index e28b4db..2437c70 100644 --- a/assets/relays.js +++ b/assets/relays.js @@ -11,53 +11,53 @@ function randomColor() { } var nos_oignons_relays = [ - { name: "lunar1", - fingerprint: "5D9D80195162D7D77506EAF768F00F70A51CD191", + { name: "marcuse1", + fingerprint: "A319D6447B2B4107477E126EE4A2B7C38125149E", color: randomColor(), - }, { name: "lunar2", - fingerprint: "D4DEA60E6333B521FD5EB8E591F65C36473A2AA8", + }, { name: "marcuse2", + fingerprint: "05A48DCB220236FCCA21B432C3D4A1FCE8AFCEEB", color: randomColor(), - }, { name: "lunar3", - fingerprint: "FAA0FE94C4DF01D2CAA2204FFDBE82CD256745EB", + }, { name: "marcuse3", + fingerprint: "E2DA7E67DFC30B19C50F2957C0AAFD226143D7C8", color: randomColor(), - }, { name: "lunar4", - fingerprint: "A6C42B3C6551EA3B020F320D383D85D19C007A91", + }, { name: "marcuse4", + fingerprint: "CFAB19E23290F5BA1F7FF24494D26FBD4E4DF6CE", color: randomColor(), - }, { name: "lunar5", - fingerprint: "84F062F1BBF663D4BA71861AB6AEC74933FE1C2B", + }, { name: "marcuse5", + fingerprint: "D881FA3C5A642541932ACED4A3C5140742096D11", color: randomColor(), - }, { name: "lunar6", - fingerprint: "3D979072E7FD5596CB1ABC97BE2029F8B231EE5C", + }, { name: "marcuse6", + fingerprint: "5409FECC2C4B59D4573AAE935BE31C5675E81431", color: randomColor(), - }, { name: "lunar7", - fingerprint: "08417F5F40A190E5EB54CDC40C8C5C99969EE92C", + }, { name: "marcuse7", + fingerprint: "EFF127FA3E850B17BF9A980AFB010A172F6C6FAF", color: randomColor(), - }, { name: "lunar8", - fingerprint: "9F652C63770018EC6E1990C1ED3908EECABB7BAF", + }, { name: "marcuse8", + fingerprint: "44D1929690CF1DEF95C5D1F4F66281CF18311618", color: randomColor(), - }, { name: "lunar9", - fingerprint: "88BE6B434C135557C70A013D374E53A28DA40D6A", + }, { name: "marcuse9", + fingerprint: "196C05BF08CC248EE563B49D36CAC89793AFBC5E", color: randomColor(), - }, { name: "lunar10", - fingerprint: "6012069CA4DE5780EB9A0518F15A58A274FE6F38", + }, { name: "marcuse10", + fingerprint: "16E09CB06617A7215885B6C7C8436B1F8D07960F", color: randomColor(), - }, { name: "lunar11", - fingerprint: "1D3C3EA26EFDF8C9740DDA0402CB7222BCAAAE89", + }, { name: "marcuse11", + fingerprint: "11C7F8EEEE7445618DD7DE562F7D1218B5DB4B2E", color: randomColor(), - }, { name: "lunar12", - fingerprint: "E231DA63981425B322614331F58C7A1654EAD630", + }, { name: "marcuse12", + fingerprint: "746FDA7D7F633FF88BF735416A42E472D630D868", color: randomColor(), - }, { name: "lunar13", - fingerprint: "98697EF93E26DD52CD96D3F998BF20B2A4162291", + }, { name: "marcuse13", + fingerprint: "78AD6EAF6904E777103629D6579766DB6466AA3E", color: randomColor(), - }, { name: "lunar14", - fingerprint: "51FDFE083BFFBF0E427178C3DEA659DF1E948819", + }, { name: "marcuse14", + fingerprint: "B8348F1E967D9A432F2D03E572DEF76FB25F04D3", color: randomColor(), - }, { name: "lunar15", - fingerprint: "2EF5F5304DE04CBB5A0B361F8800AD9CC79928CC", + }, { name: "marcuse15", + fingerprint: "65935A863C1652AFD7A8FDB7C5D1ACCF562E2BFD", color: randomColor(), - }, { name: "lunar16", - fingerprint: "8E0F24062F440B4459E0AA5A6A501DAE78425516", + }, { name: "marcuse16", + fingerprint: "F2A0F204670965A947A1AE5E2867C752E714032F", color: randomColor(), } ];