Skip to content

Commit

Permalink
Fix typos on commandline flags
Browse files Browse the repository at this point in the history
- Added anchors to #8223
- Fix Typos
  • Loading branch information
jsosulska authored Jul 2, 2020
1 parent 08c92ba commit cd936d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/docs/agent/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ The options below are all specified on the command-line.
more details. By default, this is an empty string, which is the default network
segment.

- `-serf-lan-allowed-cidrs` - The Serf LAN allowed CIDRs allow to accept incoming
- `-serf-lan-allowed-cidrs` ((#\_serf_lan_allowed_cidrs)) - The Serf LAN allowed CIDRs allow to accept incoming
connections for Serf only from several networks (mutiple values are supported).
Those networks are specified with CIDR notation (eg: 192.168.1.0/24).
This is available in Consul 1.8 and later.
Expand All @@ -456,7 +456,7 @@ The options below are all specified on the command-line.
This overrides the default Serf LAN port 8301. This is available in Consul 1.2.2
and later.

- `-serf-lan-allowed-cidrs` - he Serf LAN allowed CIDRs allow to accept incoming
- `-serf-wan-allowed-cidrs` ((#\_serf_wan_allowed_cidrs)) - The Serf WAN allowed CIDRs allow to accept incoming
connections for Serf only from several networks (mutiple values are supported).
Those networks are specified with CIDR notation (eg: 192.168.1.0/24).
This is available in Consul 1.8 and later.
Expand Down

0 comments on commit cd936d8

Please sign in to comment.