All checks were successful
goreleaser / goreleaser (push) Successful in 1m52s
37 lines
729 B
JSON
37 lines
729 B
JSON
{
|
|
"lg": {
|
|
"name": "Mans's looking glass (AS205079)",
|
|
"host": "127.0.0.1",
|
|
"port": 3000,
|
|
"shared_secret": ""
|
|
},
|
|
"rate_limit": {
|
|
"requests": 20,
|
|
"time_window": 300
|
|
},
|
|
"routers": {
|
|
"nur01": {
|
|
"code": "rtr1.nlape1",
|
|
"description": "BIRD2 router in Apeldoorn",
|
|
"ipv4": "127.0.0.1",
|
|
"ipv6": "fe80::1",
|
|
"agent": {
|
|
"host": "127.0.0.1",
|
|
"port": 4242,
|
|
"shared_secret": ""
|
|
}
|
|
},
|
|
"wie01": {
|
|
"code": "rtr1.nlwie1",
|
|
"description": "BIRD2 router in Wierden",
|
|
"ipv4": "127.0.0.1",
|
|
"ipv6": "fe80::1",
|
|
"agent": {
|
|
"host": "127.0.0.1",
|
|
"port": 4243,
|
|
"shared_secret": ""
|
|
}
|
|
}
|
|
}
|
|
}
|