aboutsummaryrefslogtreecommitdiff
path: root/net/dnsproxy
Commit message (Collapse)AuthorAge
...
* dnsproxy: Update to 0.41.1Tianling Shen2022-02-10
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.41.0Tianling Shen2022-01-30
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.40.6Tianling Shen2022-01-25
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.40.5Tianling Shen2022-01-20
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.40.3Tianling Shen2022-01-02
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.40.2Tianling Shen2021-12-29
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.40.1Tianling Shen2021-12-24
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.13Tianling Shen2021-12-14
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.12Tianling Shen2021-11-25
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.10Tianling Shen2021-11-11
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* treewide: add missing conffilesHuangbin Zhan2021-10-27
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* dnsproxy: Update to 0.39.9Tianling Shen2021-10-26
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.8Tianling Shen2021-10-01
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.7Tianling Shen2021-09-24
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.6Tianling Shen2021-09-21
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.5Tianling Shen2021-09-09
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* treewide: Remove GO_PKG_LDFLAGS for stripping binariesJeffery To2021-09-02
| | | | | | | | | | | | | | The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the binaries it produces. Since the default Go package build process will strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected, these flags are unnecessary. When CONFIG_NO_STRIP is selected, these flags override the user's intention of building unstripped packages. This removes these flags for all relevant packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* dnsproxy: Update to 0.39.4Tianling Shen2021-08-28
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.1Tianling Shen2021-08-02
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: add basic init scriptTianling Shen2021-07-23
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.0Tianling Shen2021-07-23
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: add new packageTianling Shen2021-07-15
A simple DNS proxy server that supports all existing DNS protocols including DNS-over-TLS, DNS-over-HTTPS, DNSCrypt, and DNS-over-QUIC. Moreover, it can work as a DNS-over-HTTPS, DNS-over-TLS or DNS-over-QUIC server. For documents, see https://github.com/AdguardTeam/dnsproxy. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>