Frank Denis
55b2ed9851
Improve error message when no servers can be used
2024-10-30 20:12:55 +01:00
Frank Denis
8d43ebf120
EmptyResponseFromMessage: always set the RA flag, copy the RD flag
2024-10-28 23:59:01 +01:00
Frank Denis
56bc6e6a06
Update Quad9 signing key
...
See https://github.com/Quad9DNS/dnscrypt-settings/pull/7
2024-08-06 22:31:44 +02:00
Frank Denis
6a3fe63ad2
Add 'cisco-sandbox' to the list of broken resolvers
2024-07-03 14:02:11 +02:00
Frank Denis
31dcab22b6
Discourage from using very low values for the timeout
2024-07-03 01:58:12 +02:00
cloudclaim
1905c9ac46
chore: fix some comments
...
Signed-off-by: cloudclaim <824973921@qq.com>
2024-06-07 16:28:29 +08:00
Frank Denis
35d7aa0603
Print error when the lying resolver test fails
2024-05-19 18:17:05 +02:00
Frank Denis
249dba391d
Support gzip compression to fetch source files
2024-04-25 12:43:29 +02:00
Frank Denis
987ae216e3
Add fritz.box to the set of undelegated zones
2024-04-21 20:14:15 +02:00
Frank Denis
7fba32651b
Make it more visible that DNS64 has been enabled
2024-04-19 18:27:39 +02:00
Frank Denis
6ae388e646
DNS64 plugin: don't return SYNTH data, alter the response directly
...
Fixes #2619
However, cached responses now appear with the "PASS" status rather
than "CLOAK".
2024-04-19 18:19:16 +02:00
cuibuwei
2c6416d5ae
chore: fix some typos in comments
...
Signed-off-by: cuibuwei <cuibuwei@gmail.com>
2024-04-13 19:56:31 +08:00
Frank Denis
4d1cd67d4d
Nits
2024-04-03 16:49:37 +02:00
Frank Denis
363d44919f
Properly check for the sticky bit
2024-04-03 16:47:13 +02:00
Robert Edmonds
49000cd4f4
Forwarding plugin: Support forwarding subdomains of the root domain
...
This commit updates the forwarding plugin to support matching subdomains
of the root domain ("."). It looks like the forwarding plugin already
performs subdomain matches against the domains specified in the
forwarding rules files, but matches against the root domain weren't
working because of the way matches are performed by comparing the
normalized presentation format QNAME (which omits the trailing dot for
all QNAMEs except the root domain name).
Without this commit, only queries where the QNAME is exactly "."
would match a forwarding rule for the "." domain, like this (with
`offline_mode = true` and a single forwarding rule for the "." domain):
```
[2024-03-25 21:13:31] 100.100.100.100 . NS FORWARD 0ms 127.0.0.1:53
[2024-03-25 21:13:36] 100.100.100.100 com NS NOT_READY 0ms -
```
With this commit I get the expected result:
```
[2024-03-25 21:40:07] 100.100.100.100 . NS FORWARD 0ms 127.0.0.1:53
[2024-03-25 21:40:09] 100.100.100.100 com NS FORWARD 0ms 127.0.0.1:53
```
2024-03-25 21:30:09 -04:00
YX Hao
8d43ce9b56
make expression be more self-explanatory
2024-02-27 22:05:40 +08:00
YX Hao
ac5087315c
Listen 0.0.0.0
only on IPv4
2024-02-27 19:04:09 +08:00
Frank Denis
093936f7ab
Check for dumb file permissions on startup
...
There's nothing special about "-service install".
On any system, executables shouldn't be modifiable by other system
users, no matter what the executable is and how it's run.
2024-02-20 02:39:39 +01:00
Frank Denis
7462961980
Warn if the executable of the service being installed could be overwritten by other system users
...
Fixes #2579
Until this is handled by `kardianos/service`
2024-02-20 02:23:49 +01:00
Frank Denis
0b559bb54f
Warn if the main config file could be written by other system users
2024-02-20 02:11:03 +01:00
Frank Denis
f2484f5bd5
Cache plugin: replace ARC cache with SIEVE
2024-01-19 00:05:33 +01:00
Xiaotong Liu
49e3570c2c
Support server refresh concurrency ( #2537 )
...
* simultaneously refresh all servers
* Add `cert_refresh_concurrency`
---------
Co-authored-by: YX Hao <lifenjoiner@163.com>
2023-12-18 19:25:54 +08:00
YX Hao
13e7077200
Optimize CaptivePortalHandler for clean code
2023-12-14 19:23:42 +08:00
keatonLiu
956a14ee21
add timeout for udp and tcp dialer
2023-12-10 23:56:13 +08:00
YX Hao
0d5e52bb16
Use blocking channel instead of looping sleep for less CPU usage
2023-12-03 23:00:10 +08:00
Frank Denis
0232870870
-list: only copy nofilter flag for ODoH relays
2023-09-23 22:52:43 +02:00
Frank Denis
1a9bf8a286
Omit DNSSEC flag for relays
2023-09-23 18:46:11 +02:00
Frank Denis
7fb58720fb
Add -include-relays option to include relays in -list and -list-all
2023-09-23 18:37:52 +02:00
Frank Denis
8bea679e7b
Unofficially support DoH/ODoH over HTTP
2023-09-05 22:37:11 +02:00
Frank Denis
87571d4a7f
Add an IPv6 forwarding example
...
Fixes #2474
2023-08-30 21:32:22 +02:00
Frank Denis
f531c8fffb
plugin_forward: parse more conventions for IPv6 addresses
2023-08-30 21:29:09 +02:00
Frank Denis
d48c811ea9
Don't use absolute paths in the example file
2023-08-17 14:44:47 +02:00
Frank Denis
f2b1edcec2
Add dnscry.pt servers
2023-08-17 14:43:33 +02:00
Frank Denis
1b65fe62b0
Bump
2023-08-11 18:56:31 +02:00
Frank Denis
7dd79d5f96
Add a little bit more delay when spinning
...
But we really shouldn't do it that way, if only because there's a race
between the last write to the channel and the close() call
2023-08-11 15:24:14 +02:00
Frank Denis
aff09648bb
Add support for extended error codes
2023-08-11 14:59:10 +02:00
Frank Denis
98d0938815
Make RefreshDelay match the documentation
2023-08-11 14:06:03 +02:00
Frank Denis
50780421a8
Remove ipv6.download.dnscrypt.info
...
IPv6 address has been added to download.dnscrypt.info
2023-08-11 14:04:20 +02:00
Frank Denis
c3dd761b81
Make error more explicit
2023-08-11 12:07:13 +02:00
Frank Denis
d8aec47a72
Revert "Make RefreshDelay match the documentation"
...
This reverts commit cfd6ced134
.
2023-08-11 11:48:30 +02:00
Frank Denis
cfd6ced134
Make RefreshDelay match the documentation
2023-08-11 11:42:12 +02:00
Frank Denis
bdf27330c9
Make fetchWithCache() more readable
2023-08-11 11:24:54 +02:00
Frank Denis
a108d048d8
A useless Chtimes() call is still required for the tests :/
2023-08-11 11:16:44 +02:00
Frank Denis
afcfd566c9
Make updateCache() more readable
2023-08-11 11:11:16 +02:00
Frank Denis
ce55d1c5bb
Get rid of named return parameters
2023-08-11 11:01:55 +02:00
Frank Denis
2481fbebd7
Revert b898e07066
2023-08-11 01:39:15 +02:00
Frank Denis
32aad7bb34
Format fix
2023-08-11 01:15:34 +02:00
Frank Denis
7033f242c0
Restore the cache update code from version 2.1.4 for now
2023-08-11 00:51:34 +02:00
Frank Denis
2675d73b13
Port changes from #2334
...
I'm not sure I follow, but I trust @lifenjoiner
Fixes #2334
2023-08-11 00:17:46 +02:00
Expertcoderz
63e414021b
Add note regarding block_unqualified
2023-07-25 12:36:07 +00:00