Updated Stamps (markdown)

Frank Denis 2018-01-31 18:33:27 +01:00
parent 63564fe7d3
commit ed108e05b4

@ -15,9 +15,9 @@ Format:
`props` is a small-endian 64 bit value that represents informal properties about the resolver. It is a logical `OR` combination of the following values:
- `1`: server supports DNSSEC
- `2`: server doesn't keep logs
- `4`: server doesn't intentionally block domains
- `1`: the server supports DNSSEC
- `2`: the server doesn't keep logs
- `4`: the server doesn't intentionally block domains
For example, a server that supports DNSSEC, stores logs, but doesn't block anything on its own should set `props` as the following 8 bytes sequence: `{ 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }`.