Skip to content

Commit

Permalink
Remove suggestion that rendezvous could be used with a private address
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Apr 3, 2024
1 parent e1c0016 commit 8f14452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/homestar/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ node_addresses = [
]
```

The `EXTERNAL-ADDRESS` is an externally reachable address for the node. This address could be a public IP address or a local network address like `192.168.1.x`. `RENDEZVOUS-SERVER-ADDRESS` is the address of the rendezvous server.
The `EXTERNAL-ADDRESS` is an externally reachable address for the node. `RENDEZVOUS-SERVER-ADDRESS` is the address of the rendezvous server.

A node makes discovery requests by adding a rendezvous server to its `node_addresses`.

Expand Down

0 comments on commit 8f14452

Please sign in to comment.