dnscrypt-proxy/dnscrypt-proxy
Frank Denis 80d45a2343 2.0.36-beta.1 2019-12-18 12:44:24 +01:00
..
testdata Add unit tests for sources.go 2019-11-08 10:17:12 +01:00
.deepsource.toml Add deepsource 2019-09-19 20:26:15 +02:00
common.go cleanup: Drop ExtractPort ExtractHost, use ExtractHostAndPort instead 2019-10-18 20:24:11 +02:00
config.go Add the ability to block undelegated DNS zones 2019-12-16 16:18:47 +01:00
crypto.go Add an extra byte to the padded length 2019-11-18 12:50:19 +01:00
dnscrypt_certs.go Compress synthetic responses 2019-12-11 14:02:56 +01:00
dnsutils.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
estimators.go Revert "cleanup: estimators: simplify blindAdjust" 2019-11-05 01:16:22 +01:00
example-blacklist.txt New syntax for blocking/whitelisting rules: exact matching 2018-04-09 13:02:42 +02:00
example-cloaking-rules.txt Add a cloaking example of multiple IPs for a single entry 2019-10-12 21:48:59 +02:00
example-dnscrypt-proxy.toml Minor comment fix 2019-12-17 14:28:06 +01:00
example-forwarding-rules.txt Recommend more names to be forwarded 2019-12-07 17:38:07 +01:00
example-ip-blacklist.txt Add an IP blacklist example 2019-12-17 15:25:39 +01:00
example-whitelist.txt Add tracker.debian.org to example-whitelist.txt 2019-07-22 15:15:02 +02:00
local-doh.go Handle clientsCount in the local DoH handler, too 2019-12-03 13:04:58 +01:00
localhost.pem Make the local DoH path configurable 2019-11-28 23:49:28 +01:00
main.go 2.0.36-beta.1 2019-12-18 12:44:24 +01:00
netprobe_others.go Don't return immediately on non-Windows system if netprobe_timout is -1 2019-11-04 17:14:31 +01:00
netprobe_windows.go Correctly honor MaxTimeout on Windows, too 2019-10-22 11:53:59 +02:00
pattern_matcher.go Reuse the same variable 2019-12-16 16:32:49 +01:00
plugin_block_ip.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_block_ipv6.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_block_name.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_block_undelegated.go Undelegated zones are not dot suffixed any more 2019-12-17 11:08:22 +01:00
plugin_block_unqualified.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_cache.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_cloak.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_firefox.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_forward.go Rename PluginsActionForward to PluginsActionContinue 2019-12-17 19:19:36 +01:00
plugin_get_set_payload_size.go Limit the number of required retries for local queries 2019-10-12 21:15:39 +02:00
plugin_nx_log.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_query_log.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_querymeta.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_whitelist_name.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugins.go Rename PluginsActionForward to PluginsActionContinue 2019-12-17 19:19:36 +01:00
privilege_linux.go feature: service_linux: Support systemd watchdog 2019-10-19 09:36:39 +02:00
privilege_others.go feature: service_linux: Support systemd watchdog 2019-10-19 09:36:39 +02:00
privilege_windows.go Revert "Install the windows service as "NT AUTHORITY\NetworkService"" 2019-03-14 20:10:53 +01:00
proxy.go Handle Drop/Synth actions the same way in query and response plugins 2019-12-17 16:28:12 +01:00
resolve.go Add a simple built-in DNS client for testing 2018-01-21 18:02:32 +01:00
serversInfo.go Add a default list of buggy servers 2019-11-17 21:44:46 +01:00
service_android.go feature: service_linux: Support systemd watchdog 2019-10-19 09:36:39 +02:00
service_linux.go No one ever completes // TODO things 2019-11-05 01:10:57 +01:00
service_others.go feature: service_linux: Support systemd watchdog 2019-10-19 09:36:39 +02:00
service_windows.go If we can't disconnect from the Service Manager, it's no big deal 2019-12-09 13:07:47 +01:00
sources.go Avoid writing cache if it didn't change 2019-11-10 13:42:17 +01:00
sources_test.go Fix tests if filesystem stores less precise times 2019-11-14 12:47:55 +00:00
systemd_android.go Back to 2.0.29 beta 3 (ceed905196) 2019-10-31 17:50:19 +01:00
systemd_free.go Back to 2.0.29 beta 3 (ceed905196) 2019-10-31 17:50:19 +01:00
systemd_linux.go Back to 2.0.29 beta 3 (ceed905196) 2019-10-31 17:50:19 +01:00
time_ranges.go Move time range things to their own file 2018-04-07 22:36:30 +02:00
xtransport.go Compress synthetic responses 2019-12-11 14:02:56 +01:00