Skip to content

Commit

Permalink
Merge pull request #626 from ThaungThanHan/VerifiedCommitsBranch
Browse files Browse the repository at this point in the history
docs: Replaced with ZITI_CTRL_EDGE_IP_OVERRIDE in hosted.md with only verified commit
  • Loading branch information
dovholuknf authored Aug 5, 2023
2 parents 7b333cb + 62a86b9 commit 1caff18
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -55,7 +55,7 @@ export EXTERNAL_DNS="acme.example.com"

```bash
export EXTERNAL_IP="$(curl -s eth0.me)"
export ZITI_EDGE_CONTROLLER_IP_OVERRIDE="${EXTERNAL_IP}"
export ZITI_CTRL_EDGE_IP_OVERRIDE="${EXTERNAL_IP}"
export ZITI_ROUTER_IP_OVERRIDE="${EXTERNAL_IP}"
export ZITI_CTRL_EDGE_ADVERTISED_ADDRESS="${EXTERNAL_DNS}"
export ZITI_ROUTER_ADVERTISED_HOST="${EXTERNAL_DNS}"
Expand Down

1 comment on commit 1caff18

@vercel
Copy link

@vercel vercel bot commented on 1caff18 Aug 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ziti-doc – ./

ziti-doc-openziti.vercel.app
ziti-doc-git-main-openziti.vercel.app
ziti-doc-docusaurus.vercel.app

Please sign in to comment.