dnscrypt-proxy/dnscrypt-proxy
Frank Denis 32b1d8b273 An attempt to use x/net in order to respond from the source IP address 2020-08-04 17:18:09 +02:00
..
testdata Add unit tests for sources.go 2019-11-08 10:17:12 +01:00
coldstart.go Unbreak running without a captive portal configuration file 2020-08-04 00:50:59 +02:00
common.go When forking, relocate descriptors higher up 2020-06-19 00:04:54 +02:00
config.go Start experimenting with better support for captive portals 2020-08-03 18:05:42 +02:00
crypto.go Remove LargerResponsesDropped 2020-03-26 17:20:34 +01:00
dnscrypt_certs.go Remove unneeded brackets 2020-07-03 12:59:51 +02: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-allowed-names.txt Further block/allow updates (#1406) 2020-07-08 12:01:06 +02:00
example-blocked-ips.txt Further block/allow updates (#1406) 2020-07-08 12:01:06 +02:00
example-blocked-names.txt Further block/allow updates (#1406) 2020-07-08 12:01:06 +02:00
example-captive-portal-handler.txt Add ipv4only.arpa 2020-08-03 18:20:12 +02:00
example-cloaking-rules.txt Remove fritz.box after all 2020-07-08 11:03:45 +02:00
example-dnscrypt-proxy.toml Don't use Lumberjack for non-regular files 2020-07-08 13:48:04 +02:00
example-forwarding-rules.txt Recommend more names to be forwarded 2019-12-07 17:38:07 +01:00
local-doh.go Issue #1380: Reenable HTTP/2 for local DoH (#1384) 2020-06-28 18:20:20 +02:00
localhost.pem Make the local DoH path configurable 2019-11-28 23:49:28 +01:00
logger.go Don't use Lumberjack for non-regular files 2020-07-08 13:48:04 +02:00
main.go Remove facebookgo/{atomicfile,pidfile} 2020-07-10 14:37:35 +02:00
netprobe_others.go Unbreak running without a captive portal configuration file 2020-08-04 00:50:59 +02:00
netprobe_windows.go Unbreak running without a captive portal configuration file 2020-08-04 00:50:59 +02:00
pattern_matcher.go Typo 2020-03-25 09:11:10 +01:00
pidfile.go Remove facebookgo/{atomicfile,pidfile} 2020-07-10 14:37:35 +02:00
plugin_block_ip.go Don't use Lumberjack for non-regular files 2020-07-08 13:48:04 +02: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 Don't use Lumberjack for non-regular files 2020-07-08 13:48:04 +02: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_dns64.go Capitalize 2020-06-19 11:39:44 +02: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 Don't use Lumberjack for non-regular files 2020-07-08 13:48:04 +02:00
plugin_query_log.go Don't use Lumberjack for non-regular files 2020-07-08 13:48:04 +02:00
plugin_querymeta.go Store the normalized qName in the plugin state 2019-12-17 10:11:41 +01:00
plugin_whitelist_name.go Don't use Lumberjack for non-regular files 2020-07-08 13:48:04 +02:00
plugins.go Capitalize 2020-06-19 11:39:44 +02:00
privilege_linux.go Don't forget Linux 2020-06-19 21:43:45 +02:00
privilege_others.go Do we need to duplicate descriptors twice? 2020-06-19 21:42:20 +02:00
privilege_windows.go Revert "Install the windows service as "NT AUTHORITY\NetworkService"" 2019-03-14 20:10:53 +01:00
proxy.go An attempt to use x/net in order to respond from the source IP address 2020-08-04 17:18:09 +02:00
resolve.go Remove confusing "Domain exists: probably not, or blocked by the proxy" 2020-07-30 19:25:17 +02:00
serversInfo.go Clarify that skipAnonIncompatbibleResolvers does what it says 2020-07-02 13:45:19 +02: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 No need to import the dnsstamps package twice 2020-06-11 11:13:41 +02:00
sources_test.go Revert "Fix unit tests on Win10 (attempts 1 and 2)" 2020-06-10 19:45:11 +01: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 Unbreak CI 2020-06-19 20:16:21 +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 Add max-stale cache control directive to requests 2020-07-09 21:42:35 +02:00