4
0
mirror of https://github.com/cwinfo/hyperboria-peers.git synced 2025-06-27 13:39:24 +00:00

Wrap JSON dicts in {} like the rest of the world

Update tests.py, README.md to reflect this
tests.py also now checks exact formatting. Must be four spaces indented, etc. Also has --clean option to do it for you
This commit is contained in:
Finn
2016-03-13 10:46:55 -07:00
parent 8a63833742
commit 52240ec1e9
18 changed files with 163 additions and 134 deletions

View File

@ -1,7 +1,9 @@
"192.169.7.142:14400":{
"contact":"Igel@hyperboria.ca",
"gpg":"A84DFFE62B451511",
"peerName":"igel-losangeles",
"password":"alfa-charlie-alfa-bravo",
"publicKey":"mh9m0411cfcg7xhdc8n6ckls1tjgnvvbdfzdgqf5196tfkw96rr0.k"
{
"192.169.7.142:14400":{
"contact":"Igel@hyperboria.ca",
"gpg":"A84DFFE62B451511",
"password":"alfa-charlie-alfa-bravo",
"peerName":"igel-losangeles",
"publicKey":"mh9m0411cfcg7xhdc8n6ckls1tjgnvvbdfzdgqf5196tfkw96rr0.k"
}
}

View File

@ -1,16 +1,18 @@
"107.170.57.34:63472": {
"login": "public-peer",
"password":"ppm6j89mgvss7uvtntcd9scy6166mwb",
"publicKey":"1xkf13m9r9h502yuffsq1cg13s5648bpxrtf2c3xcq1mlj893s90.k",
"peerName":"Jacob Henner",
"contact":"code@ventricle.us",
"location":"digitalocean nyc2"
},
"[2604:a880:0:1010::f:4001]:63472": {
"login": "public-peer",
"password":"ppm6j89mgvss7uvtntcd9scy6166mwb",
"publicKey":"1xkf13m9r9h502yuffsq1cg13s5648bpxrtf2c3xcq1mlj893s90.k",
"peerName":"Jacob Henner",
"contact":"code@ventricle.us",
"location":"digitalocean nyc2"
{
"107.170.57.34:63472":{
"contact":"code@ventricle.us",
"location":"digitalocean nyc2",
"login":"public-peer",
"password":"ppm6j89mgvss7uvtntcd9scy6166mwb",
"peerName":"Jacob Henner",
"publicKey":"1xkf13m9r9h502yuffsq1cg13s5648bpxrtf2c3xcq1mlj893s90.k"
},
"[2604:a880:0:1010::f:4001]:63472":{
"contact":"code@ventricle.us",
"location":"digitalocean nyc2",
"login":"public-peer",
"password":"ppm6j89mgvss7uvtntcd9scy6166mwb",
"peerName":"Jacob Henner",
"publicKey":"1xkf13m9r9h502yuffsq1cg13s5648bpxrtf2c3xcq1mlj893s90.k"
}
}

View File

@ -1,7 +1,8 @@
"192.241.171.154:62718": {
"password":"public_access",
"publicKey":"q5nhj9kg6ddmk571jb259mct2ljd10z9xvyf05y3hu66wk4qnk20.k",
"user":"weuxel",
"contact": "hype@smash-net.org"
{
"192.241.171.154:62718":{
"contact":"hype@smash-net.org",
"password":"public_access",
"publicKey":"q5nhj9kg6ddmk571jb259mct2ljd10z9xvyf05y3hu66wk4qnk20.k",
"user":"weuxel"
}
}

View File

@ -1,7 +1,9 @@
"192.198.82.242:27823":{
"contact":"Igel@hyperboria.ca",
"gpg":"A84DFFE62B451511",
"peerName":"igel-northcarolina",
"password":"alfa-charlie-alfa-bravo",
"publicKey":"1nctdb89gtfrlnu71zyq97n14frl1r4z0ylwzc8vn7kpvrzu4yl0.k"
{
"192.198.82.242:27823":{
"contact":"Igel@hyperboria.ca",
"gpg":"A84DFFE62B451511",
"password":"alfa-charlie-alfa-bravo",
"peerName":"igel-northcarolina",
"publicKey":"1nctdb89gtfrlnu71zyq97n14frl1r4z0ylwzc8vn7kpvrzu4yl0.k"
}
}

View File

@ -1,10 +1,12 @@
"173.62.245.186:55249": {
"peerName": "NAT",
"ipv6": "fcda:9958:9093:49f2:2677:6df6:2a5a:b01d",
"country": "us",
"website": "https://github.com/NateBrune",
"contact": "natebrune@gmail.com",
"gpg": "C95CE6BC6735BAD7",
"publicKey": "vgxqyputh4ldhxktg9msmr61pw938l0ymhkmryljsyzvmr0dtwy0.k",
"password": "Public"
{
"173.62.245.186:55249":{
"contact":"natebrune@gmail.com",
"country":"us",
"gpg":"C95CE6BC6735BAD7",
"ipv6":"fcda:9958:9093:49f2:2677:6df6:2a5a:b01d",
"password":"Public",
"peerName":"NAT",
"publicKey":"vgxqyputh4ldhxktg9msmr61pw938l0ymhkmryljsyzvmr0dtwy0.k",
"website":"https://github.com/NateBrune"
}
}