Commit graph

182 commits

Author SHA1 Message Date
Frank Denis
df3a5f608d Improve management of multiple servers, and unreachable-at-boot servers 2018-01-17 21:23:01 +01:00
Frank Denis
1140e067ad Retry more frequently if we don't have any useable certificates
This will ahve to be done at startup time as well.
2018-01-17 17:22:29 +01:00
Frank Denis
b9c43c8ef3 Add the ability to log blocked queries 2018-01-17 17:03:42 +01:00
Frank Denis
3fffbaa2a2 Support installation as a service 2018-01-17 11:28:43 +01:00
Frank Denis
3fe6dbd740 Preliminary support for running as a Windows service 2018-01-17 10:58:19 +01:00
Frank Denis
96dadc7aca Forwarding plugin 2018-01-17 09:44:03 +01:00
Frank Denis
170e2e816e Implement blocking, fully compatible with rules from version 1 2018-01-17 02:40:47 +01:00
Frank Denis
5685844f43 Implement query logging 2018-01-16 00:23:16 +01:00
Frank Denis
3ffad7be44 Add Init/Drop/Update methods to plugins
Eventually, we may want to provide a specific structure for plugin
initialization. Sending the whole Proxy structure doesn't scale well.
2018-01-15 23:07:41 +01:00
Frank Denis
fee0a42dec Plugins can now access the client IP. Useful for logging and ACLs. 2018-01-14 23:47:49 +01:00
Frank Denis
5e252372d5 Pass the client protocol around, don't infer it from clientAddr 2018-01-14 23:39:55 +01:00
Frank Denis
b2d297fb17 cd to the path of the executable file 2018-01-14 00:56:46 +01:00
Frank Denis
9a3cd91cd7 Use dlog for everything 2018-01-11 11:50:54 +01:00
Frank Denis
735213f45a Use glog 2018-01-11 02:11:54 +01:00
Frank Denis
3fe60f64c4 So, daemonization only works on linux :/ 2018-01-10 19:49:02 +01:00
Frank Denis
99c5273e3a Add configuration cache size and other parameters 2018-01-10 19:32:56 +01:00
Frank Denis
77cdc1db78 Start implementing a basic cache 2018-01-10 18:32:05 +01:00
Frank Denis
f283105866 Implement the IPv6 block plugin 2018-01-10 17:23:20 +01:00
Frank Denis
fa22cc32d7 Basic load balancing/failover
Try to send queries to one of the two fastest servers
2018-01-10 16:42:14 +01:00
Frank Denis
9eeb799d6e Many improvements 2018-01-10 16:01:29 +01:00
Frank Denis
6dfcb659d4 Handle daemonization 2018-01-10 13:33:06 +01:00
Frank Denis
b86e7f268e Use more things from the config file 2018-01-10 12:09:59 +01:00
Frank Denis
2822a9781b Add a config file 2018-01-10 12:02:09 +01:00
Frank Denis
efd0477c2b Implement an actual estimator for the response size
Scale back the minimum question size when relevant.

Did I mention that this is yet another thing that was never properly
implemented in dnscrypt-proxy 1.x?
2018-01-10 09:46:27 +01:00
Frank Denis
f4346691bc Transform queries via an initial edns mangling plugin
Yet another thing that was utterly broken in dnscrypt-proxy v1.x
2018-01-10 09:04:03 +01:00
Frank Denis
d8f8d561c8 Synthesize a truncated response if the response wouldn't fit the local MSS 2018-01-10 02:52:09 +01:00
Frank Denis
3049f43bc7 Nits 2018-01-10 00:32:16 +01:00
Frank Denis
72a6963f2e Cleanups 2018-01-10 00:31:12 +01:00
Frank Denis
35ec5bd044 We can now receive queries on UDP and forward them on TCP
Something that had never been possible with the old implementation
2018-01-09 20:10:06 +01:00
Frank Denis
1a59d93192 Support TCP connection to the backend 2018-01-09 19:47:24 +01:00
Frank Denis
888db6a8fb The preferred protocol will be a global (for Tor users) 2018-01-09 18:42:24 +01:00
Frank Denis
841bf65d61 Reorganize 2018-01-09 18:32:14 +01:00
Renamed from dnscrypt-proxy.go (Browse further)