Skip to content

Commit 533e53c

Browse files
authored
Dangling CNAME condition
1 parent 2469c09 commit 533e53c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Host.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ The ```Host``` object SHALL be used to describe a specific profile of a computer
33

44
The ```Host``` object has the following attributes defined:
55
* ```type```* - MUST be the type of object. In this case, ```Host```
6-
* ```fqdn``` - MUST be the FQDN (Fully Qualified Domain Name) that resolves to this ```Host```
7-
* ```ip```* - MUST be the IPv4 or IPv6 address to route to this ```Host```
6+
* ```fqdn```** - MUST be the FQDN (Fully Qualified Domain Name) that resolves to this ```Host```
7+
* ```ip```** - MUST be the IPv4 or IPv6 address to route to this ```Host```
88
* ```domain``` - MUST be the [second-level domain](https://en.wikipedia.org/wiki/Second-level_domain) for this ```Host```
99
* ```company``` - MUST be the company which owns this ```Host```
1010
* ```dns``` - MUST be the ```DNS``` object(s) that describe(s) this ```Host```
1111
* ```ports``` - MUST be the ```Port``` object(s) that describe(s) this ```Host```. The ```Port``` object(s) MUST be sorted by ISO Model Layer 4 protocol into either the ```tcp``` or the ```udp``` categories. If either of the ```tcp``` or ```udp``` categories are empty, they MUST still be included. However, if both ```tcp``` and ```udp``` are empty, the ```ports``` attribute MUST be excluded.
1212

13-
\* Required attributes
14-
13+
\* Required attributes
14+
\*\* At least one of these attributes is required
15+
1516
Example:
1617
```
1718
[
@@ -34,4 +35,4 @@ Pretty Printed:
3435
}
3536
}
3637
]
37-
```
38+
```

0 commit comments

Comments
 (0)