-
Notifications
You must be signed in to change notification settings - Fork 0
/
ffapi.json
117 lines (117 loc) · 2.85 KB
/
ffapi.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "Freifunk Lübeck",
"url": "https://luebeck.freifunk.net",
"location": {
"city": "Lübeck",
"country": "DE",
"lat": 53.869722,
"lon": 10.686389,
"address": {
"Name": "nobreakspace",
"Street": "Fackenburger Allee 11",
"Zipcode": "23554"
}
},
"contact": {
"email": "[email protected]",
"irc": "irc://freenode/#ffhl",
"ml": "[email protected]",
"twitter": "@freifunkluebeck"
},
"state": {
"nodes": 250,
"focus": [
"infrastructure/backbone",
"Public Free Wifi",
"Free internet access"
],
"lastchange": "2020-11-21T18:24:08.518Z"
},
"services": [
{
"serviceName": "git",
"serviceDescription": "Gitea instance",
"externalUri": "https://git.luebeck.freifunk.net/",
"internalUri": "https://git.luebeck.freifunk.net/"
},
{
"serviceName": "grafana",
"serviceDescription": "Grafan statistics",
"externalUri": "https://monitor.luebeck.freifunk.net/",
"internalUri": "https://monitor.luebeck.freifunk.net/"
}
],
"feeds": [
{
"name": "Blog",
"category": "blog",
"type": "rss",
"url": "https://luebeck.freifunk.net/feed.xml"
}
],
"nodeMaps": [
{
"url": "https://map.luebeck.freifunk.net/",
"interval": "1min",
"technicalType": "hopglass",
"mapType": "geographical"
},
{
"url": "https://map.luebeck.freifunk.net/data/nodelist.json",
"interval": "1min",
"technicalType": "nodelist",
"mapType": "list/status"
}
],
"techDetails": {
"firmware": {
"name": "gluon",
"url": "https://luebeck.freifunk.net/mitmachen.html",
"vpnaccess": "mail"
},
"dns": [
{
"domainname": "ffhl.",
"nameserver": [
"fdef:ffc0:3dd7::a01",
"fdef:ffc0:3dd7::c01",
"fdef:ffc0:3dd7::e01",
"fdef:ffc0:3dd7::aaaa"
]
},
{
"domainname": "7.d.d.3.0.c.f.f.f.e.d.f.ip6.arpa.",
"nameserver": [
"fdef:ffc0:3dd7::a01",
"fdef:ffc0:3dd7::c01",
"fdef:ffc0:3dd7::e01"
]
}
],
"networks": {
"ipv6": [
{
"network": "fdef:ffc0:3dd7::/48"
},
{
"network": "2001:bf7:110::/44"
}
],
"ipv4": [
{
"network": "10.130.0.0/16"
}
]
},
"routing": [
"batman-adv"
],
"updatemode": [
"autoupdate"
],
"legals": [
"vpnnational"
]
},
"api": "0.4.14"
}