37 lines
706 B
JSON
37 lines
706 B
JSON
{
|
|
"lg": {
|
|
"name": "Mans's looking glass",
|
|
"host": "127.0.0.1",
|
|
"port": 3000,
|
|
"shared_secret": ""
|
|
},
|
|
"rate_limit": {
|
|
"requests": 20,
|
|
"time_window": 300
|
|
},
|
|
"routers": {
|
|
"nur01": {
|
|
"code": "nur01",
|
|
"description": "BIRD2 router in Wierden",
|
|
"ipv4": "127.0.0.1",
|
|
"ipv6": "fe80::1",
|
|
"agent": {
|
|
"host": "127.0.0.1",
|
|
"port": 4242,
|
|
"shared_secret": ""
|
|
}
|
|
},
|
|
"wie01": {
|
|
"code": "wie01",
|
|
"description": "BIRD2 router in Nuremberg",
|
|
"ipv4": "127.0.0.1",
|
|
"ipv6": "fe80::1",
|
|
"agent": {
|
|
"host": "127.0.0.1",
|
|
"port": 4243,
|
|
"shared_secret": ""
|
|
}
|
|
}
|
|
}
|
|
}
|