dnscrypt

DNSCrypt v2 protocol implementation + a command-line tool

UNLICENSE License

Stars
74

Bot releases are visible (Hide)

dnscrypt - Release v2.3.0 Latest Release

Published by github-actions[bot] 8 months ago

  • Fixed pad function calculating minQuestionSize: #25
  • Updated dependencies
dnscrypt - Release v2.2.7

Published by github-actions[bot] over 1 year ago

  • Fixed panic in client.go if stamp DNS response has bad signature #20
dnscrypt - Release v2.2.6

Published by github-actions[bot] over 1 year ago

dnscrypt - Release v2.2.5

Published by github-actions[bot] about 2 years ago

Updated dependencies
Go updated to 1.18

dnscrypt - Release v2.2.4

Published by github-actions[bot] about 2 years ago

dnscrypt - Release v2.2.3

Published by github-actions[bot] about 3 years ago

dnscrypt - Release v2.2.2

Published by github-actions[bot] about 3 years ago

dnscrypt - Release v2.2.1

Published by github-actions[bot] over 3 years ago

dnscrypt - Release v2.2.0

Published by github-actions[bot] over 3 years ago

Added UDPSize fields to both dnscrypt.Client and dnscrypt.Server. By default, it is set to 512 bytes.

dnscrypt - Release v2.1.3

Published by github-actions[bot] over 3 years ago

Fixed compatibility with old dnscrypt-proxy versions

dnscrypt - Release v2.1.1

Published by github-actions[bot] over 3 years ago

dnscrypt - Release v2.1.0

Published by github-actions[bot] over 3 years ago

dnscrypt - https://github.com/ameshkov/dnscrypt/releases/tag/v2.0.3

Published by ameshkov over 3 years ago

dnscrypt - https://github.com/ameshkov/dnscrypt/releases/tag/v2.0.2

Published by ameshkov almost 4 years ago

dnscrypt - v2.0.1

Published by ameshkov almost 4 years ago

dnscrypt - v2.0.0

Published by ameshkov about 4 years ago

This is a major refactoring of this library.

Here's what changed:

  1. Added DNSCrypt server implementation.
  2. Added a command-line tool that can be used for everything related to DNSCrypt: generating resolver config, making lookups, running a DNSCrypt resolver

The programming interface was also updated, this library can be used by other software to incorporate DNSCrypt for both server-side or client-side.

dnscrypt - v1.1.0

Published by ameshkov over 4 years ago

Upgrade go to v1.14

dnscrypt - v1.0.7

Published by ameshkov over 5 years ago

Updated miekg/dns

dnscrypt - v1.0.6

Published by ameshkov almost 6 years ago

Removed Proto from ServerInfo

dnscrypt - v1.0.5

Published by ameshkov almost 6 years ago

Fix adjustPayloadSize method