simple-route-manager/srm.json

16 lines
327 B
JSON

{
"controller": "http://localhost:8181/webhook/SRM",
"gateway": [
{"name":"main", "address":"172.16.217.2"},
{"name":"backup", "address":"172.16.217.3"}
],
"metric": 50,
"timeout": 3,
"interval": 10,
"port": 8089,
"hotswap": false,
"protected":[
"2.2.2.2/32"
]
}