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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -199,4 +205,4 @@ In each case, the credentials of the pod are used to communicate securely with t
|
|||||||
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% include templates/task.md %}
|
{% include templates/task.md %}
|
||||||
|
|||||||
Reference in New Issue
Block a user