dnscrypt-proxy/dnscrypt-proxy
Frank Denis b0e883ebc6 Android: use getprop persist.sys.timezone to get and set the time zone
Untested. Maybe
fixes #1351
2020-06-06 15:32:27 +02:00
..
testdata Add unit tests for sources.go 2019-11-08 10:17:12 +01:00
common.go Ignore lines starting with '#' 2020-01-30 16:16:05 +01:00
config.go Nits 2020-05-31 13:46:44 +02:00
crypto.go Remove LargerResponsesDropped 2020-03-26 17:20:34 +01:00
dnscrypt_certs.go Cancel dnsExchange goroutines as soon as we have a best response 2020-03-26 12:53:22 +01:00
dnsutils.go Don't add padding unless the query has padding 2020-01-31 11:17:36 +01:00
estimators.go Revert "cleanup: estimators: simplify blindAdjust" 2019-11-05 01:16:22 +01:00
example-blacklist.txt Add support for inline comments in patterns lists 2020-01-25 15:45:23 +01:00
example-cloaking-rules.txt Add support for inline comments in patterns lists 2020-01-25 15:45:23 +01:00
example-dnscrypt-proxy.toml Rename tls_client_auth to doh_client_x509_auth 2020-04-26 21:21:00 +02:00
example-forwarding-rules.txt Recommend more names to be forwarded 2019-12-07 17:38:07 +01:00
example-ip-blacklist.txt Add SANS lists 2020-06-02 13:03:41 +02:00
example-whitelist.txt Add tracker.debian.org to example-whitelist.txt 2019-07-22 15:15:02 +02:00
local-doh.go Overwrite the server name only when we need to send an upstream query 2020-03-13 17:52:09 +01:00
localhost.pem Make the local DoH path configurable 2019-11-28 23:49:28 +01:00
main.go Android: use getprop persist.sys.timezone to get and set the time zone 2020-06-06 15:32:27 +02: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 Typo 2020-03-25 09:11:10 +01:00
plugin_block_ip.go Add support for inline comments in patterns lists 2020-01-25 15:45:23 +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 Typo 2020-03-25 09:11:10 +01:00
plugin_block_undelegated.go add some nonexistent zones 2019-12-21 14:34:29 +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 Implement serve-stale 2020-01-30 13:15:29 +01:00
plugin_cloak.go Typo 2020-03-25 09:11:10 +01:00
plugin_firefox.go Skip the Firefox plugin for connections through the local_doh protocol 2020-02-26 15:29:28 +01:00
plugin_forward.go use global 'timeout' option for forwarding queries (#1284) 2020-04-17 20:57:23 +02: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 Overwrite the server name only when we need to send an upstream query 2020-03-13 17:52:09 +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 Typo 2020-03-25 09:11:10 +01:00
plugins.go use global 'timeout' option for forwarding queries (#1284) 2020-04-17 20:57:23 +02:00
privilege_darwin.go proxy.dropPrivilege() doesn't return on success 2020-04-26 14:49:43 +02:00
privilege_linux.go feature: service_linux: Support systemd watchdog 2019-10-19 09:36:39 +02:00
privilege_others.go Dropping privileges doesn't work reliably on MacOS 2020-04-20 11:50:27 +02:00
privilege_windows.go Revert "Install the windows service as "NT AUTHORITY\NetworkService"" 2019-03-14 20:10:53 +01:00
proxy.go Don't wait for the whole server list before accepting connections 2020-05-31 13:24:35 +02:00
resolve.go Add a simple built-in DNS client for testing 2018-01-21 18:02:32 +01:00
serversInfo.go Remove LargerResponsesDropped 2020-03-26 17:20:34 +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 Nits 2020-05-31 13:46:44 +02:00
sources_test.go fix minor typos in comment 2020-02-14 18:48:48 +00:00
systemd_android.go Accept data from systemd sockets at the same time as everything else 2020-04-26 15:00:39 +02:00
systemd_free.go Accept data from systemd sockets at the same time as everything else 2020-04-26 15:00:39 +02:00
systemd_linux.go Use accessors for systemd things, too 2020-04-26 17:08:24 +02:00
time_ranges.go Move time range things to their own file 2018-04-07 22:36:30 +02:00
timezone_android.go Android: use getprop persist.sys.timezone to get and set the time zone 2020-06-06 15:32:27 +02:00
timezone_others.go Android: use getprop persist.sys.timezone to get and set the time zone 2020-06-06 15:32:27 +02:00
xtransport.go Remove the ct parameter from DoH queries 2020-04-01 12:12:57 +02:00