Commit Graph

478 Commits (master)
 

Author SHA1 Message Date
Frank Denis 3d3a96a6f9 More statistics; keep track of NXDOMAIN responses 4 years ago
Frank Denis 3cc28670cb Prometheus: use int counters and gauges 4 years ago
Frank Denis 0e4de46963 Update hyper 4 years ago
Frank Denis d761d2c8f7 Use a specific hyper revision 4 years ago
Frank Denis c0aec78c05 Restrict the set of tokio features we need 4 years ago
Frank Denis bf5f0b3568 Update to tokio 0.2 4 years ago
Frank Denis f96ba4d62c Bring rustc-hash back 4 years ago
Frank Denis 78e4a1b957 Merge branch 'master' of github.com:jedisct1/rust-dnscrypt-server
* 'master' of github.com:jedisct1/rust-dnscrypt-server:
  Update parking_lot requirement from 0.9.0 to 0.10.0
  Blacklist: use FxHashMap
4 years ago
Frank Denis 37ce7f4f68 up 4 years ago
Frank Denis ffd8ec9b27
Merge pull request #17 from jedisct1/dependabot/cargo/parking_lot-0.10.0
Update parking_lot requirement from 0.9.0 to 0.10.0
4 years ago
dependabot-preview[bot] b18e930628
Update parking_lot requirement from 0.9.0 to 0.10.0
Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.9.0...0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Frank Denis 5e0f4a6223 Blacklist: use FxHashMap 5 years ago
Frank Denis df26dddb86 Revert "Allow serve_stale to be disabled"
This reverts commit 3b2301dcbf.
5 years ago
Frank Denis 3b2301dcbf Allow serve_stale to be disabled 5 years ago
Frank Denis a6fb79a2b2 Make the project compatible with rust-stable 5 years ago
Frank Denis 40cb8bfd41 Update precompiled versions 5 years ago
Frank Denis e5bab7c2a5 Bump 5 years ago
Frank Denis 3f31219dad Merge branch 'master' of github.com:jedisct1/rust-dnscrypt-server
* 'master' of github.com:jedisct1/rust-dnscrypt-server:
  Fix URL
  Create FUNDING.yml
5 years ago
Frank Denis 48d0588337 Use SystemTime for the certificate's time
Also don't use mem::forget() for the updater, because who knows, Rust
optimizations may be too aggressive.

Maybe
Fixes #13
5 years ago
Frank Denis dfa8ae69fe
Fix URL 5 years ago
Frank Denis 2e7f3c94ec
Create FUNDING.yml 5 years ago
Frank Denis 4d584d95e6 Move from failure to anyhow 5 years ago
Frank Denis 32758edc74 Double the default cache size, which remains fairly small 5 years ago
Frank Denis b85e3e92f3
Merge pull request #12 from df-cryptostorm/patch-1
fix typeo
5 years ago
Danny Fredrick 55f5a87732
fix typeo
enscrypted-dns -> encrypted-dns
derp
5 years ago
Frank Denis 14483d1f2a Update libsodium-sys-stable 5 years ago
Frank Denis 609262c31e Update packages 5 years ago
Frank Denis d9b793dfd4 Bump 5 years ago
Frank Denis d0c37819e2 Relax size check for certificates 5 years ago
Frank Denis 05d62da515 Explicit lifetime 5 years ago
Frank Denis dbbdf984e9 uninline 5 years ago
Frank Denis f4863ee017 Reintroduce the check for the standard provider name prefix
Only cleanbrowsing and dnsforfamily use a non-standard name.
5 years ago
Frank Denis 0c134b5393 Cache relayed certificates
To make it slightly more difficult for servers to fingerprint users by
rotating certificates too frequently.
5 years ago
Frank Denis 1922ff3f88 Update packages 5 years ago
Frank Denis 8e30e16b38 Bump 5 years ago
Frank Denis dd657faaab Relax cert response check for legacy proxies 5 years ago
Frank Denis 283bac4405 Update packages 5 years ago
Frank Denis a7b8f99802 Bump 5 years ago
Frank Denis bb39f146ae Don't relay anything that would be bigger than the original question 5 years ago
Frank Denis 999b89a3ab Bump 5 years ago
Frank Denis 5848713ffd Forward certificates 5 years ago
Frank Denis 916aded9c8 Update comment 5 years ago
Frank Denis 5b77be1ac0 Pick IPv4 or IPv6 wildcard source addresses according to the destination
Fixes #10
5 years ago
Frank Denis 4c40d334ac Meh 5 years ago
Frank Denis 6b04de306f Bump 5 years ago
Frank Denis 2706b2994d Add a reasonable default set of ports + a new option 5 years ago
Frank Denis e43ad4949b to_tcp_listener() is essentially useless 5 years ago
Frank Denis 6483d3d4d7 Set IPV6_ONLY on IPv6 sockets
Fixes #9
5 years ago
Frank Denis 3419c3f414 Update packages 5 years ago
Frank Denis 2d8f3ec9d8 Install cargo-deb in debug mode 5 years ago