mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
edits
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
This commit is contained in:
parent
6ef2eae488
commit
461c992808
1 changed files with 1 additions and 1 deletions
|
@ -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'`)
|
||||
|
|
Loading…
Add table
Reference in a new issue