-
Notifications
You must be signed in to change notification settings - Fork 27
/
config.json.defaults
72 lines (72 loc) · 1.49 KB
/
config.json.defaults
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
{
"receiver": {
"receivers": [
{ "module": "announced",
"config": {
"target": {
"ip": "ff02::2:1001",
"port": 1001
},
"port": 45123,
"timings": {
"base": 300,
"multipliers": {
"statistics": 10,
"neighbours": 10
}
}
},
"overlay": false
},
{ "module": "aliases",
"config": {
"file": "./aliases.json"
},
"overlay": true
}
],
"ifaces": [
"bat0"
],
"storage": {
"interval": 300,
"file": "./raw.json"
},
"purge": {
"maxAge": 14,
"interval": 86400
}
},
"provider": {
"offlineTime": 900,
"metricsOfflineTime": 60,
"ffapiPath": "./ffapi/",
"named": {
"mapTemplate": "https://map.community.freifunk.net/#!v:g;n:{node_id}",
"origin": "nodes.community.freifunk.net.",
"defaultTtl": 86400,
"ns": "ns1.community.freifunk.net.",
"postmaster": "admin+community.freifunk.net.",
"refresh": 28800,
"retry": 7200,
"expire": 864000,
"minTtl": 86400,
"nameservers": [
"ns1.community.freifunk.net.",
"ns2.community.freifunk.net."
],
"subdomainNet": [
"fd2b:a015:20bd::/48",
"fd4c:1f09:efca::/48"
],
"namePadding" : 40
}
},
"webserver": {
"ip": "::",
"port": 4000
},
"observer": {
"observers": []
}
}