aboutsummaryrefslogtreecommitdiff
path: root/net/dnsproxy/files
Commit message (Collapse)AuthorAge
* dnsproxy: add three new featuresEmily H.2024-04-30
| | | | | | | | | | 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. <battery_tag708@simplelogin.com>
* dnsproxy: new featuresAnya Lin2023-11-05
| | | | | | | | | | 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 <hukk1996@gmail.com>
* treewide: fix procd service inactiveTianling Shen2022-10-18
| | | | | | | | Exit directly will result procd service inactive and uci configuration changes are no longer monitored. Reported-by: Lvc Revincx <revincx233@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: add basic init scriptTianling Shen2021-07-23
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>