mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Updated Stamps (markdown)
parent
63564fe7d3
commit
ed108e05b4
1 changed files with 3 additions and 3 deletions
|
@ -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 }`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue