1
1
Fork 0
mirror of https://github.com/DNSCrypt/encrypted-dns-server.git synced 2024-06-08 09:26:04 +02:00
Commit Graph

340 Commits

Author SHA1 Message Date
Frank Denis 4f22725931 Remove daemonization, it's always been broken
Fixes #68
2021-06-20 00:03:30 +02:00
Frank Denis 1cae55f2d9 Mention that log_file is when the process is running in background 2021-06-17 14:58:31 +02:00
Frank Denis 723a8f631e Require daemonize-simple 0.1.5
This avoids a crash at startup with some tokio versions when standard
descriptors are redirected to files.

Fixes #67
2021-06-17 14:56:41 +02:00
Frank Denis a178d252f5 0.9.0 2021-05-31 19:29:42 +02:00
Frank Denis 6e912c8daa
Merge pull request #64 from jedisct1/dependabot/add-v2-config-file
Create Dependabot config file
2021-04-14 18:40:45 +02:00
dependabot-preview[bot] 480e40a441
Create Dependabot config file 2021-04-14 16:28:22 +00:00
Frank Denis 42ee99460c Merge branch 'master' of github.com:jedisct1/rust-dnscrypt-server
* 'master' of github.com:jedisct1/rust-dnscrypt-server:
  Typo
2021-04-13 18:44:19 +02:00
Frank Denis a6647076bb Add bind and server to undelegated.txt
Fixes #63
2021-04-13 18:44:01 +02:00
Frank Denis 033c5d78cc
Merge pull request #62 from mibere/master
Typo
2021-04-12 21:33:35 +02:00
mibere 7439475d58
Typo 2021-04-12 21:28:00 +02:00
Frank Denis 8c35df5705 Upgrade socket2 - Same thing, just breaking API changes 2021-03-15 16:18:27 +01:00
Frank Denis 2c74702eef Prometheus dep update 2021-03-06 21:59:49 +01:00
Frank Denis f61c2545bd Shorten 2021-02-25 20:40:20 +01:00
Frank Denis 1eeed9ab83 Remove annoying clippy checks 2021-02-25 20:39:35 +01:00
Frank Denis dbed0a0867 Create certificates using a rolling state
A new key pair is now computed using the previous secret key as a seed.

This still provides forward secrecy, and allows multiple instances
to compute the same ephemeral keys without having to share a state.

Fixes #57
Fixes #27
2021-02-25 20:04:49 +01:00
Frank Denis 631ebd4776 Nits 2021-02-09 22:33:05 +01:00
Frank Denis e18d9dd564 Update deps 2021-02-09 22:32:57 +01:00
Evaldas Auryla 3ad33aa32c Nits 2021-02-05 11:25:22 +01:00
Frank Denis 897d854362 Update deps, especially tokio 2021-01-30 21:18:19 +01:00
Frank Denis aba1a23ab7 Update deps 2021-01-19 22:13:34 +01:00
Frank Denis 8f76f96789 2021 2021-01-01 00:03:02 +01:00
Frank Denis 80c00d4080 Bump 2020-12-23 22:59:19 +01:00
Frank Denis 8f37c7180a hyper 14.0.0 is borked, require at least 14.0.1 2020-12-23 22:19:17 +01:00
Frank Denis 869e873ad3 Try to use socket2 less 2020-12-23 22:12:39 +01:00
Frank Denis 156adf46c3 Upgrade to tokio 1.0.0 2020-12-23 21:42:37 +01:00
Frank Denis 76097b7f4a Update rand 2020-12-21 09:10:49 +01:00
Frank Denis e405c04236 Prometheus update 2020-12-12 01:09:45 +01:00
Frank Denis 2490e6740e Make the logo more visible in dark mode 2020-12-11 01:21:52 +01:00
Frank Denis 9aa84f746c Bump 2020-11-02 22:18:03 +01:00
Frank Denis ed72e0e064 Don't bail out if only metrics are enabled 2020-11-02 22:17:46 +01:00
Frank Denis 483a843dd7 Precompiled binaries are now included in GitHub releases 2020-11-02 00:45:42 +01:00
Frank Denis c58b1b3be0 Try to automate the publication of releases 2020-11-02 00:03:14 +01:00
Frank Denis d8def6945e Update deps 2020-10-19 16:56:14 +02:00
Frank Denis 0526aba47b Bail out if metrics and daemonization are enabled simultaneously 2020-10-09 19:11:34 +02:00
Frank Denis e001294520 Update deps 2020-09-30 20:36:12 +02:00
Frank Denis a99e64cc60 Bump 2020-09-02 15:42:11 +02:00
Frank Denis ce34575a04 Update deps, including Prometheus 2020-09-02 15:41:04 +02:00
Frank Denis 24284541b0 Don't hardcode the TCP backlog 2020-08-22 18:40:00 +02:00
Frank Denis 641ba88ab1 Serialization now requires the Copy trait 2020-06-24 13:46:28 +02:00
Frank Denis f2e4fe5eb0 Update parking_lot 2020-06-24 13:46:15 +02:00
Frank Denis 8a4a413f65 Use impl AsRef<...> 2020-06-11 11:50:22 +02:00
Frank Denis 73a176d555 Bump 2020-05-20 16:02:37 +02:00
Frank Denis 6a19db5edf Merge branch 'master' of github.com:jedisct1/rust-dnscrypt-server
* 'master' of github.com:jedisct1/rust-dnscrypt-server: (30 commits)
  Update Prometheus and friends
  Remove nightly feature from clap
  client_ttl_jitter -> client_ttl_holdon
  Use specific lengths for big arrays
  Update serde-big-array requirement from 0.2.0 to 0.3.0
  Update deps
  Add decreasing TTLs with jitter when a TTL becomes low
  Update precompiled binaries
  Bump
  Add my_ip feature
  dafuq
  Update deps
  Require tokio 0.2.17
  Update tokio dep due to a regression in the previous version
  Update precompiled binaries
  Bump
  Update deps to force a tokio update
  Revert "Disable parking_lot for tokio"
  Bump
  Disable parking_lot for tokio
  ...
2020-05-19 11:10:24 +02:00
Frank Denis eaba8d3db5 Replace net2 with socket2
The Rust ecosystem being the Rust ecosystem, essential crates always get
abandoned after a couple months, and apps need to be rewritten for the
replacement du jour.
2020-05-19 11:07:51 +02:00
Frank Denis 7bdfaba63c Update Prometheus and friends 2020-05-18 16:23:30 +02:00
Frank Denis 56ca4c5847 Remove nightly feature from clap 2020-05-05 23:32:37 +02:00
Frank Denis 561ebd07f4 client_ttl_jitter -> client_ttl_holdon 2020-05-05 17:27:28 +02:00
Frank Denis 04fdf73046 Use specific lengths for big arrays 2020-05-04 08:54:08 +02:00
Frank Denis fe07f909b1
Merge pull request #34 from jedisct1/dependabot/cargo/serde-big-array-0.3.0
Update serde-big-array requirement from 0.2.0 to 0.3.0
2020-05-04 08:15:36 +02:00
dependabot-preview[bot] 38f4622072
Update serde-big-array requirement from 0.2.0 to 0.3.0
Updates the requirements on [serde-big-array](https://github.com/est31/serde-big-array) to permit the latest version.
- [Release notes](https://github.com/est31/serde-big-array/releases)
- [Commits](https://github.com/est31/serde-big-array/compare/v0.2.0...v0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 04:48:53 +00:00