<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/dnsproxy/files/dnsproxy.init, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-02-09T13:52:37Z</updated>
<entry>
<title>dnsproxy: Update to 0.75.0</title>
<updated>2025-02-09T13:52:37Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-02-09T13:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=939dea1622278cfbe7795bf050c9a722a7196c42'/>
<id>urn:sha1:939dea1622278cfbe7795bf050c9a722a7196c42</id>
<content type='text'>
Fix passing value to hosts-file-enabled argument.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>dnsproxy: fix set hosts options</title>
<updated>2024-09-23T10:18:47Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2024-09-23T07:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e691db0046a4ad54d9761e2c723029864fc349e7'/>
<id>urn:sha1:e691db0046a4ad54d9761e2c723029864fc349e7</id>
<content type='text'>
1. Mount hosts files since the daemon is in ujail
2. Set hosts options at last as all other options set after it will
   be ignored

Drop redundant reload_service func while at it.

Fixes: ecdf98767e03 ("dnsproxy: add hosts configurations")
Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>dnsproxy: migrate old options</title>
<updated>2024-09-21T06:22:40Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2024-09-20T06:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=67b79fbc77d3ab82e7fdc46f8ac0ca6609156c23'/>
<id>urn:sha1:67b79fbc77d3ab82e7fdc46f8ac0ca6609156c23</id>
<content type='text'>
Migrate "all_servers" and "fastest_addr" to new option "upstream_mode".

Fixes: d0823a8244a0 ("dnsproxy: Update to 0.73.2")
Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>dnsproxy: add hosts configurations</title>
<updated>2024-08-25T06:45:40Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2024-08-24T10:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ecdf98767e03757f98f59abf63f189b7cf990835'/>
<id>urn:sha1:ecdf98767e03757f98f59abf63f189b7cf990835</id>
<content type='text'>
trim whitespaces while at it.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>treewide: use config_get_bool instead of config_get enabled</title>
<updated>2024-05-25T19:00:50Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-05-11T07:30:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4c4a7bd31da51e3040a5da55c504c5e97ac150e4'/>
<id>urn:sha1:4c4a7bd31da51e3040a5da55c504c5e97ac150e4</id>
<content type='text'>
The config_get_bool function parses not just the 1 but on/yes, true/false or enabled/disabled.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>dnsproxy: add three new features</title>
<updated>2024-04-30T13:17:12Z</updated>
<author>
<name>Emily H.</name>
</author>
<published>2024-04-30T11:03:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5df794e34303ed2d1832c0626291ad392a228e8c'/>
<id>urn:sha1:5df794e34303ed2d1832c0626291ad392a228e8c</id>
<content type='text'>
This commit adds the following features:
1. UCI support for local DNS over HTTPS/TLS/QUIC server.
2. UCI support for using private reverse DNS.
3. procd jail with CAP_NET_BIND_SERVICE, allowing
   dnsproxy to serve on standard ports directly.

Signed-off-by: Emily H. &lt;battery_tag708@simplelogin.com&gt;
</content>
</entry>
<entry>
<title>dnsproxy: new features</title>
<updated>2023-11-05T06:57:55Z</updated>
<author>
<name>Anya Lin</name>
</author>
<published>2023-11-04T04:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=47b4ebc5cb5d3bf24c8a15a8f5cb9a99faed5e1a'/>
<id>urn:sha1:47b4ebc5cb5d3bf24c8a15a8f5cb9a99faed5e1a</id>
<content type='text'>
1. Add new options:
  --http3    Enable HTTP/3 support (H3 first)
  --timeout  Timeout for outbound DNS queries to remote upstream servers in a human-readable form (default: 10s)

2. Allows listen on multiple interfaces and ports

Signed-off-by: Anya Lin &lt;hukk1996@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix procd service inactive</title>
<updated>2022-10-18T14:22:43Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2022-10-17T12:46:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b1651c5d5444b990b58180a26d6e76779cbb88a9'/>
<id>urn:sha1:b1651c5d5444b990b58180a26d6e76779cbb88a9</id>
<content type='text'>
Exit directly will result procd service inactive and uci
configuration changes are no longer monitored.

Reported-by: Lvc Revincx &lt;revincx233@gmail.com&gt;
Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>dnsproxy: add basic init script</title>
<updated>2021-07-23T15:29:26Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2021-07-22T09:04:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=10aebfd51b916890620b4911649e9880f8d87fbd'/>
<id>urn:sha1:10aebfd51b916890620b4911649e9880f8d87fbd</id>
<content type='text'>
Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
</feed>
