Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: DNSCrypt/dnscrypt-proxy

2.1.14

03 Sep 12:31
@github-actions github-actions
2.1.14
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

Version 2.1.14

  • Added support for client IP address encryption in logs using IPCrypt. Three algorithms are supported: deterministic, non-deterministic with 8-byte tweak, and extended non-deterministic with 16-byte tweak.
  • Enhanced pattern rule documentation with better examples.
  • Fixed an issue where nil client addresses could cause crashes.
Assets 58
user8446, VerTigoNTxvii, christantoan, BackSpace54, SilmorSenedlen, tcep01, Crash334, hachikoharuno, m-ueberall, TyroneGus, and 9 more reacted with thumbs up emoji sivajipro, BackSpace54, Crash334, nikolay-borzov, enusr2k, Aegeaner, Mescer, and david-UT99 reacted with hooray emoji danrobi11, Crash334, Mescer, and n00zJS6tl0 reacted with heart emoji Crash334, enusr2k, oxyzenQ, and Mescer reacted with rocket emoji B-3000 and david-UT99 reacted with eyes emoji
27 people reacted

2.1.13

11 Aug 20:36
@github-actions github-actions
2.1.13
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

Version 2.1.13

  • Fixed race conditions in WebSocket handling for the monitoring dashboard, improving stability and preventing potential crashes.
  • Manual configuration reload via SIGHUP is now supported regardless of the hot-reload setting, providing more flexibility for system administrators.
  • Fixed a regression in IP prefix matching for allow/block lists that could cause incorrect filtering behavior.
  • The monitoring dashboard now properly displays blocked queries counter and tracks blocked queries in the UI.
  • Improved error handling in the cache plugin initialization.
  • Enhanced the forward plugin to return the last valid response when encountering only errors, improving resilience.
  • Fixed various UI issues including scrolling behavior, WebSocket reconnection handling, and response time calculations.
  • Updated the example configuration with current Quad9 source URLs.
  • The generate-domains-blocklist script now handles poor network conditions more gracefully.
  • Improved handling of DNS64 trampoline queries to prevent potential issues.

MacOS binaries are going to be built later.

Loading
user8446, tcep01, SilmorSenedlen, GreyXor, christantoan, VerTigoNTxvii, llightcb, m-ueberall, BackSpace54, S8D, and 8 more reacted with thumbs up emoji sivajipro, mfilipe, nikolay-borzov, BackSpace54, Ludium, Mescer, TonyDC, and XinGXing-18 reacted with hooray emoji 2378, Mescer, TonyDC, and XinGXing-18 reacted with heart emoji emegeve, sz4bi, paynekw, Mescer, TonyDC, amigosawyer, david-UT99, and XinGXing-18 reacted with rocket emoji
27 people reacted

2.1.12

26 May 20:40
@github-actions github-actions
2.1.12
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

  • A new Weighted Power of Two (wp2) load balancing strategy has been implemented as the default, providing improved distribution across resolvers.
  • An optional Prometheus metrics endpoint has been added for monitoring and observability.
  • Memory usage for the cache has been reduced.
  • The monitoring dashboard has received significant improvements including better security, performance optimizations, WebSocket rate limiting, and HTTP caching headers.
  • The monitoring UI has been refined with stable sorting to prevent flickering, query type limitations, and improved scrolling behavior.
  • Additional records in queries are now properly removed before forwarding.
  • The simple view UI has been removed as it provided limited utility.
Loading
BackSpace54, mherrmann3, m-ueberall, VerTigoNTxvii, SilmorSenedlen, maxkorsov, Veltorie, llightcb, nikolay-borzov, diegocr, and 14 more reacted with thumbs up emoji maxkorsov, Veltorie, Frestein, 2378, and amigosawyer reacted with laugh emoji BackSpace54, SilmorSenedlen, kometchtech, maxkorsov, Veltorie, GreyXor, diegocr, whyisthisbroken, Frestein, and Mescer reacted with hooray emoji twindragon6, maxkorsov, Veltorie, diegocr, vgdh, user10072023github, Frestein, Mescer, cypherpunk1984, and david-UT99 reacted with heart emoji maxkorsov, Veltorie, diegocr, Frestein, cenk, Mescer, enusr2k, and david-UT99 reacted with rocket emoji maxkorsov, Veltorie, Frestein, and Mescer reacted with eyes emoji
34 people reacted

2.1.11

21 May 05:14
@github-actions github-actions
2.1.11
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

Updated a dependency to fix a bug causing the cache to crash.

Loading
christantoan, timkofu, BackSpace54, bigdargon, SilmorSenedlen, m-ueberall, Mescer, Furocious, kumokodong, shikulja, and 2 more reacted with thumbs up emoji Frestein reacted with laugh emoji BackSpace54, sivajipro, Mescer, and Frestein reacted with hooray emoji twindragon6, Mescer, user10072023github, Frestein, cypherpunk1984, and david-UT99 reacted with heart emoji Frestein and Mescer reacted with rocket emoji VerTigoNTxvii, Mescer, Frestein, and david-UT99 reacted with eyes emoji
18 people reacted

Release 2.1.10

20 May 22:06
@github-actions github-actions
2.1.10
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

This is a massive release with significant improvements.

  • A live web-based monitoring UI has been added, allowing you to monitor DNS query activity and performance metrics through an interactive dashboard.
  • Hot-reloading of configuration files has been implemented, allowing you to modify filtering rules and other configurations without restarting the proxy. Simply edit a configuration file (like blocked-names.txt) and changes are applied instantaneously.
  • HTTP/3 probing is now supported via the http3_probe option, which will try HTTP/3 first for DoH servers, even if they don't advertise support via Alt-Svc.
  • Several race conditions have been fixed.
  • Dependencies have been updated.
  • DHCP DNS detector instances have been reduced to improve performance.
  • Tor isolation for dnscrypt-proxy has been documented to enhance privacy.
  • The default example configuration file has been improved for clarity and usability.
  • The cache lock contention has been reduced to improve performance under high load.
  • generate-domains-blocklist: added parallel downloading of block lists for significantly improved performance.
Loading
user8446, SilmorSenedlen, yogibaba, zquestz, maxkorsov, ksnatt, olegt7, Mescer, hachikoharuno, kumokodong, and 5 more reacted with thumbs up emoji Frestein reacted with laugh emoji sivajipro, SilmorSenedlen, bigdargon, Mescer, Frestein, and enusr2k reacted with hooray emoji VerTigoNTxvii, twindragon6, maxkorsov, ksnatt, Mescer, Frestein, user10072023github, cypherpunk1984, and enusr2k reacted with heart emoji SilmorSenedlen, timkofu, Mescer, DL444, Frestein, and enusr2k reacted with rocket emoji maxkorsov, Mescer, and Frestein reacted with eyes emoji
23 people reacted

Release 2.1.9

20 May 16:57
@github-actions github-actions
2.1.9
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

Release 2.1.9 Pre-release
Pre-release

This is a massive release with significant improvements.

  • A live web-based monitoring UI has been added, allowing you to monitor DNS query activity and performance metrics through an interactive dashboard.
  • Hot-reloading of configuration files has been implemented, allowing you to modify filtering rules and other configurations without restarting the proxy. Simply edit a configuration file (like blocked-names.txt) and changes are applied instantaneously.
  • HTTP/3 probing is now supported via the http3_probe option, which will try HTTP/3 first for DoH servers, even if they don't advertise support via Alt-Svc.
  • Several race conditions have been fixed.
  • Dependencies have been updated.
  • DHCP DNS detector instances have been reduced to improve performance.
  • Tor isolation for dnscrypt-proxy has been documented to enhance privacy.
  • The default example configuration file has been improved for clarity and usability.
  • The cache lock contention has been reduced to improve performance under high load.
  • generate-domains-blocklist: added parallel downloading of block lists for significantly improved performance.
Loading
SilmorSenedlen, Safari77, adityatelange, m-ueberall, BackSpace54, mdgreenfield, maxkorsov, zquestz, mherrmann3, Mescer, and 4 more reacted with thumbs up emoji maxkorsov and Frestein reacted with laugh emoji BackSpace54, t5k6, maxkorsov, Mescer, whyisthisbroken, and Frestein reacted with hooray emoji twindragon6, 01100010011001010110010101110000, tigernero79, GammaG, faukah, maxkorsov, Mescer, user10072023github, Frestein, and cypherpunk1984 reacted with heart emoji BackSpace54, maxkorsov, st3iny, Mescer, and Frestein reacted with rocket emoji VerTigoNTxvii, maxkorsov, Bads125, Mescer, and Frestein reacted with eyes emoji
26 people reacted

Release 2.1.8

27 Mar 14:17
@github-actions github-actions
2.1.8
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

Version 2.1.8

  • Dependencies have been updated, notably the QUIC implementation, which could be vulnerable to denial-of-service attacks.
  • In forwarding rules, the target can now optionally include a non-standard DNS port number. The port number is also now optional when using IPv6.
  • An annoying log message related to permissions on Windows has been suppressed.
  • Resolver IP addresses can now be refreshed more frequently. Additionally, jitter has been introduced to prevent all resolvers from being refreshed simultaneously. Further changes have been implemented to mitigate issues arising from multiple concurrent attempts to resolve a resolver's IP address.
  • An empty value for "tls_cipher_suite" is now equivalent to leaving the property undefined. Previously, it disabled all TLS cipher suites, which had little practical justification.
  • In forwarding rules, an optional *. prefix is now accepted.
Loading
juancpan, BackSpace54, user8446, SilmorSenedlen, maxkorsov, m-ueberall, Safari77, nag73, SenseiDeElite, VerTigoNTxvii, and 29 more reacted with thumbs up emoji maxkorsov, nag73, SenseiDeElite, 2378, bobsciviricki, and Frestein reacted with laugh emoji BackSpace54, Pixxler, emegeve, maxkorsov, sweetppro, nag73, SenseiDeElite, nikolay-borzov, sivajipro, cenk, and 3 more reacted with hooray emoji maxkorsov, nag73, SenseiDeElite, Onurtag, Asherathe, pit-hub, Mescer, twindragon6, user10072023github, Frestein, and cypherpunk1984 reacted with heart emoji maxkorsov, nag73, SenseiDeElite, Mescer, and Frestein reacted with rocket emoji maxkorsov, nag73, SenseiDeElite, Mescer, and Frestein reacted with eyes emoji
51 people reacted

Release 2.1.7

11 Jan 14:58
@github-actions github-actions
2.1.7
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

  • This version reintroduces support for XSalsa20 enryption in DNSCrypt, which was removed in 2.1.6. Unfortunately, a bunch of servers still only support that encryption system.
  • A check for lying resolvers was added for DNSCrypt, similar to the one that was already present for DoH and ODoH.
  • Binary packages for Windows/ARM are now available, albeit not in MSI format yet.
Loading
user8446, Samillion, hachikoharuno, VerTigoNTxvii, hundehausen, SenseiDeElite, BackSpace54, llightcb, ksnatt, D0n-A, and 25 more reacted with thumbs up emoji SenseiDeElite, rockcavera, 2378, Frestein, and amigosawyer reacted with laugh emoji SenseiDeElite, zucht, BackSpace54, sivajipro, Mescer, cenk, and Frestein reacted with hooray emoji SenseiDeElite, ksnatt, Mescer, emegeve, twindragon6, Frestein, and cypherpunk1984 reacted with heart emoji SenseiDeElite, BackSpace54, Mescer, sz4bi, and Frestein reacted with rocket emoji SenseiDeElite, Mescer, and Frestein reacted with eyes emoji
44 people reacted

Release 2.1.6

10 Jan 23:38
@github-actions github-actions
2.1.6
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Forwarding: in the list of servers for a zone, the $BOOTSTRAP keyword can be included as a shortcut to forward to the bootstrap servers. And the $DHCP keyword can be included to forward to the DNS resolvers provided by the local DHCP server. Based on work by YX Hao, thanks! DHCP forwarding should be considered experimental and may not work on all operating systems. A rule for a zone can mix and match multiple forwarder types, such as 10.0.0.1,10.0.0.254,$DHCP,192.168.1.1,$BOOTSTRAP. Note that this is not implemented for captive portals yet.
  • Lying resolvers are now skipped, instead of just printing an error. This doesn't apply to captive portal and forwarding entries, which are the only reasonable use case for lying resolvers.
  • Support for XSalsa20 in DNSCrypt has been removed. This was not documented, and was supserseded by XChaCha20 in 2016.
  • Source files are now fetched with compression.
  • DNS64: compatibility has been improved.
  • Forwarding: the root domain (.) can now be forwarded.
  • The ARC caching algorithm has been replaced by the SIEVE algorithm.
  • Properties of multiple servers are now updated simultaneously. The concurrency level can be adjusted with the new cert_refresh_concurrency setting. Contributed by YX Hao.
  • MSI packages for DNSCrypt can now easily be built.
  • New command-line flag: -include-relays to include relays in -list and -list-all.
  • Support for DNS extended error codes has been added.
  • Documentation updates, bug fixes, dependency updates.
Loading
SilmorSenedlen, m-ueberall, SenseiDeElite, user8446, Furocious, ramdomPTM, Samillion, rockcavera, kkkgo, maxkorsov, and 17 more reacted with thumbs up emoji SenseiDeElite, maxkorsov, and Frestein reacted with laugh emoji sivajipro, SenseiDeElite, super-lurker, maxkorsov, kkovaletp, Mescer, hundehausen, cenk, and Frestein reacted with hooray emoji SenseiDeElite, VerTigoNTxvii, maxkorsov, bonbonboi, onmyouji, Mescer, hostmaster, ksnatt, CapnHanSolo, twindragon6, and 3 more reacted with heart emoji SenseiDeElite, sweetppro, maxkorsov, Mescer, hundehausen, Frestein, and amigosawyer reacted with rocket emoji SenseiDeElite, panzer-arc, maxkorsov, zaczh, Mescer, and Frestein reacted with eyes emoji
42 people reacted

Release 2.1.5

11 Aug 17:11
@github-actions github-actions
2.1.5
This tag was signed with the committer’s verified signature.
jedisct1 Frank Denis
GPG key ID: 62F25B592B6F76DA
Verified
Learn about vigilant mode.

Choose a tag to compare

  • dnscrypt-proxy can be compiled with Go 1.21.0+
  • Responses to blocked queries now include extended error codes
  • Reliability of connections using HTTP/3 has been improved
  • New configuration directive: tls_key_log_file. When defined, this is the path to a file where TLS secret keys will be written to, so that DoH traffic can be locally inspected.
Loading
user8446, kkkgo, war59312, llightcb, BackSpace54, m-ueberall, alpominth, VerTigoNTxvii, seqizz, Mescer, and 40 more reacted with thumbs up emoji alpominth, Kaiyangshi-Ito, Furocious, Zinoujoker, Plaque-fcc, kutpo, DeathRowKingPin007, and Frestein reacted with laugh emoji kkkgo, BackSpace54, SilmorSenedlen, sivajipro, Zinoujoker, Mescer, Plaque-fcc, and Frestein reacted with hooray emoji Furocious, psychopathio, Zinoujoker, SpinB, ksnatt, Plaque-fcc, Pixxler, cypherpunk1984, twindragon6, and Frestein reacted with heart emoji alpominth, pflanzenandi, Zinoujoker, Mescer, mhomoky, Plaque-fcc, felfhfl, and Frestein reacted with rocket emoji Zinoujoker and Frestein reacted with eyes emoji
59 people reacted
Previous 1 3 4 5 9 10
Previous

AltStyle によって変換されたページ (->オリジナル) /