Skip to content

Commit

Permalink
add cidr docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg committed Jul 2, 2020
1 parent 782ee38 commit 2bd9835
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/pages/docs/agent/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,20 @@ 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
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.

- `-serf-lan-port` ((#\_serf_lan_port)) - the Serf LAN port to listen on.
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
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.

- `-serf-wan-port` ((#\_serf_wan_port)) - the Serf WAN port to listen on.
This overrides the default Serf WAN port 8302. This is available in Consul 1.2.2
and later.
Expand Down

0 comments on commit 2bd9835

Please sign in to comment.