dnscrypt-proxy/dnscrypt-proxy
Frank Denis 70f2f9b424
Some checks failed
CodeQL scan / Analyze (push) Has been cancelled
GitHub CI / Build (push) Has been cancelled
ShiftLeft Scan / Scan-Build (push) Has been cancelled
Avoid duplicate log
2025-02-22 01:20:50 +01:00
..
testdata Add unit tests for sources.go 2019-11-08 10:17:12 +01:00
coldstart.go Nits 2025-02-21 18:16:33 +01:00
common.go Revert "Remove support for xsalsapoly" 2025-01-11 13:02:18 +01:00
config.go Revert "Remove support for xsalsapoly" 2025-01-11 13:02:18 +01:00
crypto.go Revert "Remove support for xsalsapoly" 2025-01-11 13:02:18 +01:00
dnscrypt_certs.go Revert "Remove support for xsalsapoly" 2025-01-11 13:02:18 +01:00
dnsutils.go EmptyResponseFromMessage: always set the RA flag, copy the RD flag 2024-10-28 23:59:01 +01:00
estimators.go Back to VividCortex/ewma 2022-04-05 14:04:26 +02:00
example-allowed-ips.txt allowed ips plugin (#1510) 2020-11-15 20:59:58 +01:00
example-allowed-names.txt Explain the example allowlist 2021-01-03 18:18:46 +01:00
example-blocked-ips.txt Fix typo in comment 2025-02-08 13:43:30 +01:00
example-blocked-names.txt Add an example for blocking private relay 2021-07-17 14:22:10 +02:00
example-captive-portals.txt fix grammar in example file (#2372) 2023-04-14 21:19:55 +02:00
example-cloaking-rules.txt allow ptr queries for cloaked domains (#1958) 2021-12-13 14:00:13 +01:00
example-dnscrypt-proxy.toml Improve comment 2025-01-26 23:28:21 +01:00
example-forwarding-rules.txt Support $DHCP and $BOOTSTRAP keywords in forwarding rules 2025-01-10 12:38:27 +01:00
fuzzing_test.go Go fixes 2025-01-10 12:46:26 +01:00
local-doh.go Mostly get rid of ioutil 2023-02-02 19:38:24 +01:00
localhost.pem Make the local DoH path configurable 2019-11-28 23:49:28 +01:00
logger.go Logger: pre-create log files before lumberjack does 2023-02-25 23:42:38 +01:00
main.go Update ChangeLog, bump 2025-01-11 13:23:00 +01:00
netprobe_others.go Go fixes 2025-01-10 12:46:26 +01:00
netprobe_windows.go Keep lines short 2022-03-23 17:48:48 +01:00
oblivious_doh.go Fix miscellaneous style issues (#2421) 2023-06-24 21:56:03 +02:00
pattern_matcher.go pattern_matcher: check exact matches first 2020-12-07 12:58:05 +01:00
pidfile.go Format with gofumpt 2023-02-11 14:27:12 +01:00
plugin_allow_ip.go Don't call "bin" what is actually text 2023-06-24 22:11:47 +02:00
plugin_allow_name.go Don't call "bin" what is actually text 2023-06-24 22:11:47 +02:00
plugin_block_ip.go Don't call "bin" what is actually text 2023-06-24 22:11:47 +02:00
plugin_block_ipv6.go Format with gofumpt 2023-02-11 14:27:12 +01:00
plugin_block_name.go Don't call "bin" what is actually text 2023-06-24 22:11:47 +02:00
plugin_block_undelegated.go Add fritz.box to the set of undelegated zones 2024-04-21 20:14:15 +02:00
plugin_block_unqualified.go Format with gofumpt 2023-02-11 14:27:12 +01:00
plugin_cache.go Cache plugin: replace ARC cache with SIEVE 2024-01-19 00:05:33 +01:00
plugin_captive_portal.go Remove log messages that are not really needed 2021-01-02 22:59:21 +01:00
plugin_cloak.go Don't call "bin" what is actually text 2023-06-24 22:11:47 +02:00
plugin_dns64.go Make it more visible that DNS64 has been enabled 2024-04-19 18:27:39 +02:00
plugin_ecs.go Log when the ECS plugin is enabled 2021-01-02 15:10:30 +01:00
plugin_firefox.go Format with gofumpt 2023-02-11 14:27:12 +01:00
plugin_forward.go Nits 2025-02-21 18:16:33 +01:00
plugin_get_set_payload_size.go Keep lines short 2022-03-23 17:48:48 +01:00
plugin_nx_log.go Base on clientProto value explicitly to dereference clientAddr (#2393) 2023-05-13 11:22:52 +02:00
plugin_query_log.go Base on clientProto value explicitly to dereference clientAddr (#2393) 2023-05-13 11:22:52 +02:00
plugin_querymeta.go Format with gofumpt 2023-02-11 14:27:12 +01:00
plugins.go Fix miscellaneous style issues (#2421) 2023-06-24 21:56:03 +02:00
privilege_linux.go Use os.Geteuid() 2022-10-18 14:56:39 +02:00
privilege_others.go Go fixes 2025-01-10 12:46:26 +01:00
privilege_windows.go Revert "Install the windows service as "NT AUTHORITY\NetworkService"" 2019-03-14 20:10:53 +01:00
proxy.go make expression be more self-explanatory 2024-02-27 22:05:40 +08:00
resolve.go Print error when the lying resolver test fails 2024-05-19 18:17:05 +02:00
serversInfo.go More heuristics to detect valid plain DNS responses 2025-01-11 15:29:49 +01:00
service_android.go Go fixes 2025-01-10 12:46:26 +01:00
service_linux.go Go fixes 2025-01-10 12:46:26 +01:00
service_others.go Go fixes 2025-01-10 12:46:26 +01: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
setsockopts_darwin.go Allow arbitrary addresses to be set in listen_addresses 2020-11-25 19:23:30 +01:00
setsockopts_freebsd.go Allow arbitrary addresses to be set in listen_addresses 2020-11-25 19:23:30 +01:00
setsockopts_linux.go Keep lines short 2022-03-23 17:48:48 +01:00
setsockopts_openbsd.go Allow arbitrary addresses to be set in listen_addresses 2020-11-25 19:23:30 +01:00
setsockopts_others.go Go fixes 2025-01-10 12:46:26 +01:00
setsockopts_windows.go Allow arbitrary addresses to be set in listen_addresses 2020-11-25 19:23:30 +01:00
sources.go Support gzip compression to fetch source files 2024-04-25 12:43:29 +02:00
sources_test.go chore: fix some comments 2024-06-07 16:28:29 +08:00
staticcheck.conf Add staticcheck.conf 2021-01-02 15:36:30 +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 Go fixes 2025-01-10 12:46:26 +01:00
systemd_linux.go Go fixes 2025-01-10 12:46:26 +01:00
time_ranges.go Keep lines short 2022-03-23 17:48:48 +01: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 Go fixes 2025-01-10 12:46:26 +01:00
xtransport.go Avoid duplicate log 2025-02-22 01:20:50 +01:00