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
lifenjoiner
9b2c674744
Base on clientProto value explicitly to dereference clientAddr ( #2393 )
...
There are variants local_doh and trampoline for internal flow.
2023-05-13 11:22:52 +02:00
Frank Denis
d381af5510
Update deps
2023-05-01 16:05:02 +02:00
Frank Denis
c66023c7d7
Clarify that TLS cipher suites are for TLS 1.2
...
Fixes #2377
2023-04-18 13:15:59 -06:00
Frank Denis
5b8e7d4114
Use the same command as on the wiki to create a local DoH cert
2023-04-14 23:08:10 +02:00
KOLANICH
f4007f709d
Add DOH certificate generation commands into the example config. ( #2367 )
2023-04-14 21:34:29 +02:00
lifenjoiner
dd1c066724
CI: Don't downloading already vendored dependencies ( #2370 )
2023-04-14 21:21:22 +02:00
lifenjoiner
5d551e54ce
CI: Fix actions/setup-go@v4 warning ( #2371 )
...
Warning: Restore cache failed: Dependencies file is not found ...
https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs
2023-04-14 21:20:37 +02:00
Thad Guidry
fbc7817366
fix grammar in example file ( #2372 )
2023-04-14 21:19:55 +02:00
Frank Denis
9b61b73852
Update deps
2023-04-07 16:42:57 +02:00
Frank Denis
af6340df09
Comment
2023-04-07 16:20:26 +02:00
Frank Denis
9c73ab3070
Simplify updateCache()
2023-04-07 16:18:50 +02:00
Frank Denis
ea3625bcfd
Try to simplify updateCache() to understand what it does
2023-04-07 16:09:51 +02:00
Frank Denis
f567f57150
up
2023-04-07 15:58:34 +02:00
Frank Denis
c03f1a31eb
Go named return parameters are utterly confusing
2023-04-07 15:37:09 +02:00
Frank Denis
c3c51bb435
Partially re-merge 92ed5b95e0
2023-04-07 15:21:00 +02:00
Frank Denis
0f30b3b028
Revert "Try to understand how cache files are updated"
...
This reverts commit 92ed5b95e0
.
2023-04-07 15:16:15 +02:00
lifenjoiner
6d826afac5
Reduce a local variable ( #2363 )
2023-04-06 14:22:21 +02:00
Frank Denis
b341c21dbd
Merge branch 'master' of github.com:DNSCrypt/dnscrypt-proxy
...
* 'master' of github.com:DNSCrypt/dnscrypt-proxy:
Bump softprops/action-gh-release (#2357 )
Bump actions/setup-go from 3 to 4 (#2354 )
Update deps
Format
Better description for ignore_system_dns
Move booleans together for alignment, avoid unneeded format string
Try dnscrypt-proxy to resolve configured hosts when ignore_system_dns (#2204 )
Downgrade to TLS 1.2 if an 1.3-incompatible cipher suite is set
2023-04-06 14:21:15 +02:00
Frank Denis
92ed5b95e0
Try to understand how cache files are updated
...
Having to keep a copy of all the files in memory is weird.
We shouldn't have to do that.
2023-04-06 14:19:25 +02:00
Frank Denis
b898e07066
A source URL may have an IP address that doesn't exist any more
2023-04-06 14:18:38 +02:00
dependabot[bot]
92063aa76d
Bump softprops/action-gh-release ( #2357 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from d4e8205d7e959a9107da6396278b2f1f07af0f9b to c9b46fe7aad9f02afd89b12450b780f52dacfb2d.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](d4e8205d7e...c9b46fe7aa
)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 21:43:53 +02:00
dependabot[bot]
4be5264529
Bump actions/setup-go from 3 to 4 ( #2354 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 21:43:43 +02:00
Frank Denis
13d78c042b
Update deps
2023-04-05 21:36:29 +02:00
Frank Denis
36c17eb59a
Format
2023-04-05 21:33:21 +02:00
Frank Denis
b9f8f78c6e
Better description for ignore_system_dns
2023-04-05 21:31:07 +02:00
Frank Denis
fc16e3c31c
Move booleans together for alignment, avoid unneeded format string
2023-04-05 21:20:42 +02:00
lifenjoiner
b3318a94b7
Try dnscrypt-proxy to resolve configured hosts when ignore_system_dns ( #2204 )
2023-04-05 21:17:51 +02:00
Frank Denis
ca0f353087
Downgrade to TLS 1.2 if an 1.3-incompatible cipher suite is set
...
Fixes #2359
2023-04-05 20:53:27 +02:00
Frank Denis
cf7d60a704
Update miekg/dns
2023-03-29 22:00:24 +09:00
Frank Denis
a47f7fe750
Update deps
2023-03-23 12:54:45 +01:00
Frank Denis
beb002335f
Add an example forwarding rule with Tor
2023-03-23 12:53:08 +01:00
Frank Denis
15c87a68a1
Update quic-go
2023-02-25 23:45:38 +01:00