1
0
Fork 0
mirror of https://github.com/SamTherapy/dnscrypt.git synced 2024-10-02 16:32:51 +00:00
Commit graph

11 commits

Author SHA1 Message Date
Sam Therapy 677d3a31ed
fix(lint): lint 2023-04-11 16:42:55 +02:00
Sam Therapy 3fbc0b2fab
Merge branch 'ameshkov:master' into master 2023-03-28 22:13:02 +02:00
Andrey Meshkov 6ca80e7ffc code cleanup, go to 1.19 2023-03-15 18:57:22 +03:00
Sam Therapy 3459b621a6
change import URL
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-03-06 23:26:40 +01:00
Andrey Meshkov aeff595567 Fix linter warnings 2022-08-29 10:07:17 +03:00
Andrey Meshkov b7fd5d3700 Fix compatibility with the old dnscrypt-proxy version 2021-04-14 18:20:03 +03:00
Andrey Meshkov 5ddb58f703
Graceful shutdown of the DNSCrypt server (#6)
Graceful shutdown of the DNSCrypt server

This PR implements Server.Shutdown(ctx context.Context) method that allows
to shut down the DNSCrypt server gracefully.

Some additional changes that were inadvertently made while doing that:
1. Added benchmark tests
2. Started using dns.ReadFromSessionUDP / dns.WriteToSessionUDP instead of implementing it by ourselves
3. Generally improved tests
4. Added depguard 
5. Improved comments overall in the code
2021-03-19 15:42:48 +03:00
sdbochkarev d0ae1d198d
Add convert-dnscrypt-wrapper command
The new command allows to convert keys generated by dnscrypt-wrapper to a configuration compatible with the "dnscrypt" tool
2021-02-02 13:54:52 +03:00
semen bochkarev 839bc63547 add 'network' flag to lookup cmd 2020-12-28 14:15:34 +03:00
Andrey Meshkov ec8cdd3529 Upgrade to v2 2020-10-19 18:36:54 +03:00
Andrey Meshkov d2621f55d2 Added DNSCrypt server implementation 2020-10-19 17:20:49 +03:00