Skip to content

Commit

Permalink
changes after running the quickstart on ziti tv
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Oct 28, 2024
1 parent c3b1cdb commit 36df219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/learn/quickstarts/network/hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export EXTERNAL_DNS="acme.example.com"
export EXTERNAL_IP="$(curl -s eth0.me)"
export ZITI_CTRL_EDGE_IP_OVERRIDE="${EXTERNAL_IP}"
export ZITI_ROUTER_IP_OVERRIDE="${EXTERNAL_IP}"
export ZITI_CTRL_EDGE_ADVERTISED_ADDRESS="${EXTERNAL_DNS:-${EXTERNAL_IP}}"
export ZITI_CTRL_ADVERTISED_ADDRESS="${EXTERNAL_DNS:-${EXTERNAL_IP}}"
export ZITI_ROUTER_ADVERTISED_ADDRESS="${EXTERNAL_DNS:-${EXTERNAL_IP}}"
export ZITI_CTRL_ADVERTISED_PORT=8440
export ZITI_CTRL_EDGE_ADVERTISED_PORT=8441
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/learn/quickstarts/zac/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the ZAC on the management API web binding.

```text
source ${HOME}/.ziti/quickstart/$(hostname)/$(hostname).env
export ZITI_HOME
echo $ZITI_HOME
```

1. Unzip the console in the controller's working directory.
Expand Down

0 comments on commit 36df219

Please sign in to comment.