Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 30, 2023
1 parent d1fba36 commit 2cb0a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ Do not use invalid DNS characters (no underscores, no spaces, no special other t
It is possible, but not recommended, where this can a short non-FQDN name, that is, just a hostname. In this case, the DHCP options domain will be used,
if it exists, or a different zone will be used based on the `boc:dns:zone` flag.

If the `Name` tag is missing, the IP address wil be used to construct the name in the form of `ip-X-X-X-X`.
If the `Name` tag is missing, the IP address will be used to construct the name in the form of `ip-X-X-X-X`.

Examples:
* Name = cio-001-web.dev.csp1.census.gov
yields DNS of: cio-001-web.dev.csp1.census.gov
* Name = myhost
yields DNS of: myhost.{dhcp_domain_name} (if such a zone exists, or what was specified in `boc:dns:zone`)
* Name =
* Name = (empty)
yields DNS of: ip-X-X-X-X.{dhcp_domain_name}

### `boc:dns:name`
Expand Down

0 comments on commit 2cb0a6e

Please sign in to comment.