Releases: cofyc/dnscrypt-wrapper
Releases · cofyc/dnscrypt-wrapper
v0.4.2
v0.4.1
v0.4.0
v0.3
v0.2.2
- remove GPLv2, release under the ISC license
- update example secret key / cert, etc
- fix compiler/linker flags handling
v0.2.1
- Rename
--provider-publickey-fingerprint
to--show-provider-publickey-fingerprint
. It's more conventional to use a verb if you want to do some action, likegen-provider-keypair
. - Use TCP_QUICKACK instead of TCP_NODELAY if available (Linux 2.4.4+) See https://news.ycombinator.com/item?id=10608356
- Send a short packet with TC set if the query_len < response_len
- Support sending server cert over tcp
- Use the certificate timestamp as a serial number instead of a fixed serial.
- And some other minor fixes.