lifenjoiner
0e2bb13254
Fix goroutines memory leak by unbuffered channel blocking ( #2136 )
...
* Use buffered channel to avoid goroutine hanging on
A send on an unbuffered channel can proceed if a receiver is ready.
* Balance captivePortalHandler.cancelChannels for Stop
2022-06-28 18:28:57 +02:00
Frank Denis
59ce17e0ab
No need to warn if this is then going to be an error
2022-06-24 15:41:05 +02:00
Frank Denis
8c43118b03
Stop mentioning "SERVFAIL" in info messages
2022-06-19 20:38:49 +02:00
ignoramous
7177a0ec74
dns64: preserve cnames in translated response ( #2129 )
...
* dns64: preserve cnames in translated response
* dns64: rename synthAAAAs to synth64
2022-06-16 00:53:50 +02:00
lifenjoiner
72a602577a
Raise error for invalid relay ( #2128 )
...
* Raise error for invalid relay
* Keep error messages the same
* Distinguish this from validation failed
2022-06-15 13:16:06 +02:00
lifenjoiner
0a0b69d93d
RUnlock for early exit ( #2127 )
2022-06-14 14:25:52 +02:00
lifenjoiner
6916c047e1
Use registeredServers slice copy during ServerInfo refreshing period ( #2125 )
...
goroutines:
proxy.updateRegisteredServers() versus proxy.serversInfo.refresh(proxy)
2022-06-13 17:51:33 +02:00
ignoramous
8d737a69f5
PluginDNS64: Use read and write mutexes as approp ( #2124 )
2022-06-12 11:27:55 +02:00
Frank Denis
866954fbad
PreferServerCipherSuites has been deprecated
2022-06-11 19:26:26 +02:00
Frank Denis
e477d0e126
We may not have a configured IP address
2022-06-11 19:23:58 +02:00
Frank Denis
e24fdd2235
Nits
2022-06-07 21:33:50 +02:00
livingentity
74fb5dabb9
fix negative rtt / shorten lines ( #2118 )
...
* fix negative rtt / shorten lines
* Update serversInfo.go
2022-05-18 17:57:57 +02:00
livingentity
207d44323d
Update serversInfo.go ( #2092 )
2022-04-16 21:26:38 +02:00
Frank Denis
5fca7ea49e
Back to VividCortex/ewma
2022-04-05 14:04:26 +02:00
Frank Denis
66f019d886
Revert "regression: fix ewma warmup again ( #2079 )"
...
This reverts commit f67e9cab32
.
2022-04-03 23:01:03 +02:00
livingentity
f67e9cab32
regression: fix ewma warmup again ( #2079 )
...
* Update estimators.go
* Update go.mod
* Update modules.txt
* Update go.sum
* Update serversInfo.go
* Update estimators.go
* Update serversInfo.go
2022-04-02 17:41:36 +02:00
Frank Denis
5d023d2a7c
Revert "New feature: sleep mode"
...
This reverts commit e931b234b7
.
2022-04-02 09:33:49 +02:00
Frank Denis
e931b234b7
New feature: sleep mode
2022-03-31 20:51:34 +02:00
Frank Denis
df3fb0c9f8
Keep lines short
...
$ golines -w -m 120 --shorten-comments .
2022-03-23 17:48:48 +01:00
Frank Denis
c0435772d4
-resolve: report ECS support
...
Note that we can't randomize the source network, as Google and
possible others refuse networks that don't get BGP announcements.
2022-03-14 17:04:54 +01:00
Frank Denis
49c17f8e98
-resolve: use TXT records to get resolver information
2022-03-14 16:11:10 +01:00
livingentity
87d9653ec2
Remove unused functions ( #2057 )
...
They aren't used anywhere.
2022-03-07 17:01:18 +01:00
BigDargon
d30c44a6a8
Change bootstrap resolver Quad9 (with ECS) ( #2056 )
2022-03-02 13:18:20 +01:00
Frank Denis
ca076ce133
Size estimator: provide the slide size
2022-02-21 14:16:13 +01:00
Frank Denis
034d3bd424
Switch to lifenjoiner's ewma variant
2022-02-21 09:14:24 +01:00
Frank Denis
9373cc7162
Use SimpleEWMA for the question size estimator
2022-02-20 23:40:32 +01:00
Frank Denis
cb140673fa
Set the number of warmup samples to 1 for the RTT estimator
2022-02-20 23:38:42 +01:00
Frank Denis
7956ba5b10
Switch to an ewma fork that allows setting the warmup samples #
2022-02-20 23:38:06 +01:00
livingentity
9ec8a35468
restore old logic/constants ( #2045 )
...
* fix indices
* Update serversInfo.go
For safety go back to former logic, just generalized for lbStrategy, until someone comes up with an actual improvement.
* restore old logic/constants
2022-02-19 17:55:36 +01:00
livingentity
ac6abfb985
LBStrategy-aware estimator ( #2043 )
...
* fix estimator
* LBStrategy-aware estimator
* typo
* cosmetics
2022-02-15 20:17:48 +01:00
quindecim
a20d1685b2
Another minor cosmetic fix to [example-dnscrypt-proxy.toml] ( #2036 )
2022-02-10 15:27:53 +01:00
livingentity
62092726ec
Minor cosmetic toml changes ( #2034 )
...
* Minor cosmetic toml changes
* Minor cosmetic toml changes
2022-02-10 08:49:04 +01:00
Frank Denis
f38a5463b0
Indent comments
2022-02-09 12:57:02 +01:00
quindecim
7a54406415
Use the same format logic throughout the document ( #2029 )
...
* Use the same spacing logic throughout the document
* Fix previous commit
* Fix previous commit, again
* Use the same logic in comments too
2022-02-09 12:49:22 +01:00
Frank Denis
4c67e790f6
-list command: print ODoH targets addresses
2022-02-01 08:19:46 +01:00
Frank Denis
4eeed5816f
Fix funky indentation for CloakedPTR
2022-02-01 08:18:45 +01:00
Frank Denis
c10e6e0635
Local DoH: add support for request using the GET method
...
Fixes #2012
2022-01-31 14:56:46 +01:00
mibere
706c1ab286
Download mirror dnscrypt.net removed ( #2003 )
2022-01-24 01:36:30 +01:00
cobratbq
7a8bd35009
systemd: use constants and update status on ready ( #1993 )
...
Systemd-notify signaling indicates the status of dnscrypt-proxy when
starting as 'Type=notify' systemd service. However, the status is not
updated when initialization completes, instead it always shows
"Starting". Now fixed.
2022-01-19 20:30:15 +01:00
Frank Denis
06733f57ed
If a relay has multiple names, print the one matching the protocol
...
Fixes #1992
2022-01-17 19:43:12 +01:00
Frank Denis
fbfc2d57a7
omit comparison to bool constant, can be simplified to !cloakedName.isIP
...
Reported by GitHub's code scanning
2021-12-16 10:43:40 +01:00
Ian Bashford
1b6caba307
allow ptr queries for cloaked domains ( #1958 )
...
* allow ptr queries for cloaked domains
* multi ips per PTR returned + cleanup
* some string tidy up
* enable config file switch
* add cloaked ptr test
* enable cloak ptrs in test scenario
* fix reverse ipv6 ptr lookup
* added ipv6 cloaked ptr test
2021-12-13 14:00:13 +01:00
CNMan
27e93a53cf
minor typo fix ( #1951 )
2021-11-30 18:26:34 +01:00
Frank Denis
561e849889
Add a forwarding example for local reverse entries
2021-10-17 15:53:54 +02:00
a1346054
766e149699
Fix typo and alignment in example-dnscrypt-proxy.toml ( #1915 )
2021-10-10 19:19:45 +02:00
Frank Denis
e1f3f58eed
Bump
2021-09-27 15:51:48 +02:00
Frank Denis
efcd392279
StaleResponseTtl -> StaleResponseTTL
2021-09-27 15:47:19 +02:00
Frank Denis
8da1b698ad
Revert "Pasto, thanks to @lifenjoiner"
...
This reverts commit 14ef11447e
.
2021-09-27 15:42:54 +02:00
Frank Denis
77b27d9293
Merge branch 'master' of github.com:DNSCrypt/dnscrypt-proxy
...
* 'master' of github.com:DNSCrypt/dnscrypt-proxy:
Make return value explicit
Repair stale respones for DoH
Define a constant for the TTL of stale responses
Update plugin_cache.go (#1900 )
2021-09-27 12:31:43 +02:00
Frank Denis
4c29840040
Revert "Print an error if a block/allow rule contains more than a pattern"
...
This reverts commit 6e8628f796
.
2021-09-27 12:29:41 +02:00