forked from pool/dnsproxy
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7d4a1bb7a8 | |||
| 001529e7e5 | |||
| dd11410d8c | |||
| 4ba483eb84 |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/AdguardTeam/dnsproxy.git</param>
|
||||
<param name="revision">v0.72.2</param>
|
||||
<param name="revision">v0.73.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/AdguardTeam/dnsproxy.git</param>
|
||||
<param name="changesrevision">791906ea48e8bb350a79b456ceeac69915583df0</param></service></servicedata>
|
||||
<param name="changesrevision">011f37a4992822fe2e5ac8f11b3d585321696f2c</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6db613bf4d92bb432a4deb4cbc6922e14d2bc4db094fd7b850e39c1fff7503c4
|
||||
size 651276
|
||||
3
dnsproxy-0.73.2.obscpio
Normal file
3
dnsproxy-0.73.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2e4012fa2634ab8e76f846a51e40bb9dc56f699e00ef798c9efa9c9f3715bc8
|
||||
size 686604
|
||||
@@ -1,11 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 22:53:13 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.73.2:
|
||||
* Get rid of github.com/jessevdk/go-flags dependency
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 21:37:03 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.73.1:
|
||||
* Fixed the hosts-file-enabled field of the YAML configuration
|
||||
could not be parsed
|
||||
|
||||
- Update to version 0.73.0:
|
||||
* Added the --hosts-file-enabled and the --hosts-files options,
|
||||
which control the preliminary resolving A, AAAA and PTR
|
||||
requests from hosts (5) files before using the upstream servers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 19:09:33 UTC 2024 - eyadlorenzo@gmail.com
|
||||
|
||||
- Update to version 0.72.3:
|
||||
* Updated golibs dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 21:50:26 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.72.2:
|
||||
* General memory performance improvements
|
||||
|
||||
|
||||
- Update to version 0.72.1:
|
||||
* Race conditions on message ID in DNS-over-HTTPS and
|
||||
* Race conditions on message ID in DNS-over-HTTPS and
|
||||
DNS-over-QUIC upstream implementations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -13,7 +38,7 @@ Sun Jul 07 19:14:45 UTC 2024 - eyadlorenzo@gmail.com
|
||||
|
||||
- Update to version 0.72.0:
|
||||
* Package API changes
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 02 21:02:14 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
@@ -66,12 +91,12 @@ Fri Apr 05 08:16:29 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.68.0:
|
||||
* PTR requests for domains containing DNS64 prefixes are now
|
||||
answered with NXDOMAIN if proxy.Config.UseDNS64 is set to
|
||||
answered with NXDOMAIN if proxy.Config.UseDNS64 is set to
|
||||
true, but proxy.Config.UsePrivateRDNS is not.
|
||||
* Fallback servers aren't used for the aforementioned requests,
|
||||
as well as for all private RDNS requests.
|
||||
* All the private RDNS requests coming from external
|
||||
(non-private) client are now answered with NXDOMAIN
|
||||
* All the private RDNS requests coming from external
|
||||
(non-private) client are now answered with NXDOMAIN
|
||||
before proxy.RequestHandler.
|
||||
|
||||
- Update to version 0.67.0
|
||||
@@ -82,7 +107,7 @@ Tue Apr 02 15:17:20 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.66.1:
|
||||
* DNS64-mapped PTR requests now checked for possible resolving recursion.
|
||||
|
||||
|
||||
- Update to version 0.66.0:
|
||||
* API Changes
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: dnsproxy
|
||||
version: 0.72.2
|
||||
mtime: 1722443806
|
||||
commit: 791906ea48e8bb350a79b456ceeac69915583df0
|
||||
version: 0.73.2
|
||||
mtime: 1726113961
|
||||
commit: 011f37a4992822fe2e5ac8f11b3d585321696f2c
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: dnsproxy
|
||||
Version: 0.72.2
|
||||
Version: 0.73.2
|
||||
Release: 0
|
||||
Summary: A DNS proxy server
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:900dea2a5bbd88d7c1930ac67ef8cf844b56c7bc83e05456d53fe699926fcfaa
|
||||
size 2445125
|
||||
oid sha256:cfb93d0087b38a9ecfecc619008a4f601ef899b669ff98553c62ce06ea423451
|
||||
size 2417435
|
||||
|
||||
Reference in New Issue
Block a user