Frank Denis
5ae83c1592
Remove minor go version for codeql
2023-08-26 18:28:55 +02:00
Frank Denis
c86e9a90cc
Update quic-go
2023-08-25 16:15:45 +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
194752e829
Update ChangeLog
2023-08-11 18:47:44 +02:00
Frank Denis
808f2dfa0e
Update deps
2023-08-11 17:06:18 +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
5088d8fae1
Use the latest version of Go in CI
2023-08-11 14:59:34 +02:00
Frank Denis
aff09648bb
Add support for extended error codes
2023-08-11 14:59:10 +02:00
Frank Denis
7bca9a6c0a
Merge pull request #2457 from Neo2308/feature/master/check-latest-go
...
Configured Github CI to always use latest go version
2023-08-11 14:07:59 +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
RadhaKrishna
be7d5d1277
Configured Github CI to always use latest go
...
version
* Check if there is a newer version of go before using the cached version.
2023-08-11 17:15:09 +05:30
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
Frank Denis
5085a22903
Update quic-go again
2023-08-10 23:50:43 +02:00
Frank Denis
7cc5a051c7
Update golang-lru
2023-08-08 14:21:12 +02:00
Frank Denis
894d20191f
Update deps
2023-08-07 17:32:25 +02:00
Frank Denis
0a98be94a7
Update quic-go to fix two regressions
2023-08-01 00:06:22 +02:00
Frank Denis
1792c06bc7
Merge pull request #2442 from Expertcoderz/patch-1
...
Add note regarding block_unqualified setting
2023-07-25 14:55:42 +02:00
Expertcoderz
63e414021b
Add note regarding block_unqualified
2023-07-25 12:36:07 +00:00
Frank Denis
d659a801c2
Big update to Update quic-go
2023-07-22 00:41:27 +02:00
Frank Denis
a4eda39563
Merge pull request #2438 from Expertcoderz/patch-1
...
Add .mail & .home.arpa undelegated names
2023-07-15 20:07:05 +02:00
Expertcoderz
4114f032c3
Add .mail & .home.arpa undelegated names
...
Both names have been recognized for internal use in private networks.
2023-07-15 13:12:40 +00:00
Frank Denis
a352a3035c
Update deps
2023-07-08 14:56:13 +02:00
Frank Denis
60684f8ee4
Merge pull request #2429 from lifenjoiner/quic-go
...
Upgrade quic-go to v0.36.1
2023-07-08 14:54:39 +02:00
YX Hao
be369a1f7a
Shorten a line
2023-07-06 21:01:41 +08:00
YX Hao
89ccc59f0e
Upgrade quic-go to v0.36.1
...
quic-go has made breaking changes since v0.35.0, includes implementing
`CloseIdleConnections`.
Now, the local listener UDPConn are reused, and don't pile up. But,
1 instance (IPv4/IPv6) persists for each connected server.
2023-07-05 21:19:54 +08:00
Frank Denis
16b2c84147
Tone down some errors
2023-06-24 22:38:59 +02:00
Carlo Teubner
b46775ae0c
Add some missing error checks ( #2420 )
...
I found these with the 'errcheck' tool (via 'golangci-lint').
I aimed to apply reasonable judgement when deciding which errors
actually need handling, and how to handle them.
2023-06-24 22:23:12 +02:00
Frank Denis
cef4b041d7
Don't call "bin" what is actually text
2023-06-24 22:11:47 +02:00
Carlo Teubner
d8b1f4e7cd
Fix miscellaneous style issues ( #2421 )
...
Found by running: golangci-lint run --enable-all
I have only addressed the reported issues that seemed relevant to me.
2023-06-24 21:56:03 +02:00
Frank Denis
23a6cd7504
Revert "Update quic-go"
...
This reverts commit f9f68cf0a3
.
quic-go >= 1.0.35 panics
We may not be using the new API correctly.
2023-06-22 11:06:37 +02:00
Frank Denis
f42b7dad17
Update deps
2023-06-22 10:36:33 +02:00
Frank Denis
4f3ce0cbae
Update deps
2023-06-18 04:19:52 +02:00
Frank Denis
0f1e3b4ba8
error check all the rand.Read() calls
2023-06-06 09:16:44 +02:00
Frank Denis
62ef5c9d02
Update quic-go to fix a regression
2023-06-01 11:32:10 +02:00
Frank Denis
f9f68cf0a3
Update quic-go
2023-05-30 18:17:27 +02:00
Frank Denis
0c26d1637a
Add suport for TLS key logging
2023-05-24 09:21:49 +02:00
Frank Denis
9f86ffdd1e
Update deps
2023-05-13 11:39:11 +02:00