Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
This commit is contained in:
Deepa Kumaraswamy 2022-05-16 17:58:29 +05:30
parent 6ef2eae488
commit 461c992808

View file

@ -35,7 +35,7 @@ A `host` resource block declares a host name, a port, and a protocol.
> where
>
> - `host()` must specify a host name, a port number, and a protocol.
> - `host()` must specify a host name. The port number and protocol are optional values.
> - `example.com` is the host name.
> - `port` is the port number.
> - `protocol` is the internet protocol, TCP (`protocol: 'tcp'`), UDP (`protocol: 'udp'`), and ICMP (`protocol: 'icmp'`)