Fix some output
Fix some output
This commit is contained in:
committed by
Andrew Chen
parent
1406756b8a
commit
295e262775
@@ -68,6 +68,12 @@ $ curl http://localhost:8080/api/
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
"v1"
|
"v1"
|
||||||
|
],
|
||||||
|
"serverAddressByClientCIDRs": [
|
||||||
|
{
|
||||||
|
"clientCIDR": "0.0.0.0/0",
|
||||||
|
"serverAddress": "10.0.1.149:443"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user