Skip to content

Commit 7dbc75f

Browse files
author
Geoff Berl
committed
Adding comments to cli commands for further clarification
1 parent 6fcb857 commit 7dbc75f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/simple-server/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ Steps:
6060
HTTP server, this server should be accessible from the device running ZDE where you enrolled the `simple-client`
6161
identity.
6262

63+
# curl to the server listening on the underlay:
6364
curl http://localhost:8080?name=client
65+
66+
# curl to the server listening on the overlay:
6467
curl http://simpleService.ziti:8080?name=client
6568

6669
### Example output

0 commit comments

Comments
 (0)