Commit Graph

402 Commits

Author SHA1 Message Date
github-actions 77da034a2d Automatic version bump from GitHub Action at: Sat Jun 22 12:05:31 UTC 2024 v0.1.75 v0.1.75 2024-06-22 12:05:31 +00:00
Frank Olbricht ea836d4bc3 New static-template group (#378)
* New static-template group

* example file
2024-06-22 14:05:22 +02:00
github-actions ef62efb70b Automatic version bump from GitHub Action at: Sat Jun 22 12:03:36 UTC 2024 v0.1.74 v0.1.74 2024-06-22 12:03:36 +00:00
Frank Olbricht ced15dabce New ECS modifier option 'add-if-missing' (#389) 2024-06-22 14:03:25 +02:00
github-actions 7ca6554031 Automatic version bump from GitHub Action at: Sat Jun 1 16:35:06 UTC 2024 v0.1.73 v0.1.73 2024-06-01 16:35:06 +00:00
Frank Olbricht a853239c00 Document how to use export Prometheus metrics (#386) 2024-06-01 18:34:56 +02:00
github-actions df3ac54c87 Automatic version bump from GitHub Action at: Tue May 21 09:21:30 UTC 2024 v0.1.72 v0.1.72 2024-05-21 09:21:30 +00:00
Matt Keenan 6382b188b5 goreleaser: initial goreleaser config (#394)
Co-authored-by: Matt Keenan <matt@mattkeenan.net>
2024-05-21 11:21:20 +02:00
github-actions ffc36e7b2c Automatic version bump from GitHub Action at: Fri May 10 08:11:25 UTC 2024 v0.1.71 v0.1.71 2024-05-10 08:11:25 +00:00
Frank Olbricht 943b761e61 Push version tags (#391) 2024-05-10 10:11:13 +02:00
github-actions ef5f55cf4e Automatic version bump from GitHub Action at: Thu May 9 05:54:09 UTC 2024 v0.1.70 2024-05-09 05:54:09 +00:00
Leonard Walter f2a08d62b3 Enabling 0-RTT for QUIC/H3 clients (#387)
* Updated the DoQ and DoH QUIC client to enable 0-RTT based on the guide from: https://quic-go.net/docs/http3/client/#using-0-rtt

* changed doq client to use DialEarly for 0-RTT support

* Added 0-RTT toggle - introduced the Use0RTT option to the configuration

* reverted the doqcliet DialEarly changes as they were not needed and had a bug.
Renamed the 0RTT toggle and updated the documentation.

* catching missconfig of 0-RTT and HTTP/2
2024-05-09 07:53:58 +02:00
github-actions 9ceabec5c5 Automatic version bump from GitHub Action at: Tue May 7 20:55:27 UTC 2024 v0.1.69 2024-05-07 20:55:27 +00:00
xDragonZ 997eacb4fa Update dependencies (#388) 2024-05-07 22:55:16 +02:00
github-actions 70bdfc29d9 Automatic version bump from GitHub Action at: Sat May 4 07:10:17 UTC 2024 v0.1.68 2024-05-04 07:10:17 +00:00
xDragonZ a9b215761a Update dependencies & quic-go to v0.43.0 (#384) 2024-05-04 09:10:06 +02:00
github-actions 0b3383008e Automatic version bump from GitHub Action at: Tue Apr 23 07:21:31 UTC 2024 v0.1.67 2024-04-23 07:21:31 +00:00
Charles Porth 73ac50865e go.mod versions bump (#380) 2024-04-23 09:21:18 +02:00
github-actions 5c3c36167b Automatic version bump from GitHub Action at: Sun Apr 21 09:53:32 UTC 2024 v0.1.66 2024-04-21 09:53:32 +00:00
Frank Olbricht 2247c67061 Add support for extended error codes in blocklist-v2 (#373)
* Add support for extended error codes in blocklist-v2

* Add EDE options to respons-blocklist and static-responder

* fix nil ptr

* simplify accessing the question
2024-04-21 11:53:20 +02:00
github-actions a76431b672 Automatic version bump from GitHub Action at: Fri Apr 19 12:28:23 UTC 2024 v0.1.65 2024-04-19 12:28:23 +00:00
dependabot[bot] 59f50aacb3 Bump golang.org/x/net from 0.17.0 to 0.23.0 (#376)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 14:28:11 +02:00
github-actions c4fb53f614 Automatic version bump from GitHub Action at: Tue Apr 2 14:29:35 UTC 2024 v0.1.64 2024-04-02 14:29:35 +00:00
dependabot[bot] ce994dde77 Bump github.com/quic-go/quic-go from 0.38.2 to 0.42.0 (#374)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.38.2 to 0.42.0.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.38.2...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 16:29:23 +02:00
github-actions b0e9f0658c Automatic version bump from GitHub Action at: Tue Apr 2 14:24:15 UTC 2024 v0.1.63 2024-04-02 14:24:15 +00:00
Frank Olbricht 555e592b00 Update CodeQL Actions to v2 (#371)
* Update CodeQL Actions to v2

* Avoid toolchain download issues by setting a specific release
2024-04-02 16:24:01 +02:00
github-actions 47e8d5b5d4 Automatic version bump from GitHub Action at: Sat Mar 23 09:04:47 UTC 2024 v0.1.62 2024-03-23 09:04:47 +00:00
Frank Olbricht ea1f6bf3f8 Fix test (#372) 2024-03-23 10:04:38 +01:00
github-actions 6469179773 Automatic version bump from GitHub Action at: Sat Mar 23 08:20:24 UTC 2024 v0.1.61 2024-03-23 08:20:24 +00:00
Dmitry Mikhirev 39a91e4c22 switch to go 1.22 (#369)
fixes #368
2024-03-23 09:20:13 +01:00
github-actions 4c9813d990 Automatic version bump from GitHub Action at: Sat Mar 23 08:17:26 UTC 2024 v0.1.60 2024-03-23 08:17:26 +00:00
Frank Olbricht f4a2c2d4a0 Fix captured range variable (#370) 2024-03-23 09:17:17 +01:00
github-actions 3aa67c59d3 Automatic version bump from GitHub Action at: Wed Jan 10 15:11:34 UTC 2024 v0.1.59 2024-01-10 15:11:34 +00:00
dependabot[bot] 7912089658 Bump github.com/quic-go/quic-go from 0.38.1 to 0.38.2 (#364)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.38.1 to 0.38.2.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.38.1...v0.38.2)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-10 16:11:23 +01:00
github-actions 21160dfb97 Automatic version bump from GitHub Action at: Tue Dec 19 03:10:41 UTC 2023 v0.1.58 2023-12-19 03:10:41 +00:00
dependabot[bot] 51bfc7ae6b Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#363)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 12:10:29 +09:00
github-actions 5328b4c0e4 Automatic version bump from GitHub Action at: Sat Nov 25 10:48:14 UTC 2023 v0.1.57 2023-11-25 10:48:14 +00:00
Frank Olbricht 936d5923ab Consider the value of SOA in response blocklists (#361) 2023-11-25 11:48:03 +01:00
github-actions ee47f18d85 Automatic version bump from GitHub Action at: Sat Nov 18 09:02:12 UTC 2023 v0.1.56 2023-11-18 09:02:12 +00:00
Frank Olbricht e06ed844aa Support Extended Error Codes in static-responder (#347)
* Support Extended Error Codes in static-responder

* rename
2023-11-18 10:01:48 +01:00
github-actions 48e43a59ce Automatic version bump from GitHub Action at: Sat Nov 18 09:00:23 UTC 2023 v0.1.55 2023-11-18 09:00:23 +00:00
Frank Olbricht 2f11e5f65d Retry failed quic connections once, regardless of error type (#350) 2023-11-18 10:00:13 +01:00
github-actions 327acc6734 Automatic version bump from GitHub Action at: Tue Nov 14 10:19:57 UTC 2023 v0.1.54 2023-11-14 10:19:57 +00:00
nickzhog 0cbc856c09 add SetWriteDeadline (#358)
* fix query-timeout for doq

* fix query-timeout for doq
2023-11-14 11:19:44 +01:00
github-actions 58b67ea4ff Automatic version bump from GitHub Action at: Mon Nov 13 07:45:30 UTC 2023 v0.1.53 2023-11-13 07:45:30 +00:00
Frank Olbricht edcee11a93 Return multiple spoofed IPs from hosts-based blocklist (#354) 2023-11-13 08:45:17 +01:00
github-actions e80a8fd98e Automatic version bump from GitHub Action at: Sat Nov 4 16:03:44 UTC 2023 v0.1.52 2023-11-04 16:03:44 +00:00
Frank Olbricht a38adbcf66 Support HTTPS, TXT, and SVCB in response-blocklist-name (#342)
* Support HTTPS, TXT, and SVCB in response-blocklist-name

* Join TXT fields with whitespace

* Encode the SVCB values into the string used for regexp matching
2023-11-04 17:03:34 +01:00
github-actions 822f708e12 Automatic version bump from GitHub Action at: Sat Oct 21 08:11:03 UTC 2023 v0.1.51 v0.1.51 2023-10-21 08:11:03 +00:00
Frank Olbricht 39ee6e9ec8 Return all names for a PTR lookup in hosts blocklist (#331)
* Return all names for a PTR lookup in hosts blocklist

* fix panic

* Set upper limit for the number of responses for PTR queries
2023-10-21 10:10:51 +02:00