Commit Graph

14 Commits

Author SHA1 Message Date
Tianling Shen 55107364a4 dnsproxy: Update to 0.39.12
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-11-25 19:43:10 +01:00
Tianling Shen 9b4031dec4 dnsproxy: Update to 0.39.10
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-11-11 03:47:03 -08:00
Huangbin Zhan 94d57346fc treewide: add missing conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2021-10-27 23:18:42 -07:00
Tianling Shen 92ee2a3cbb dnsproxy: Update to 0.39.9
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-26 23:04:11 -07:00
Tianling Shen c9433cc43f dnsproxy: Update to 0.39.8
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-01 09:30:04 +02:00
Tianling Shen f151172b42 dnsproxy: Update to 0.39.7
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-24 21:05:13 -07:00
Tianling Shen 1d52df614d
dnsproxy: Update to 0.39.6
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-21 02:41:54 +08:00
Tianling Shen 01615cf828
dnsproxy: Update to 0.39.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-09 03:40:04 +08:00
Jeffery To 8a6def501a
treewide: Remove GO_PKG_LDFLAGS for stripping binaries
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>
2021-09-02 05:31:15 +08:00
Tianling Shen 030562fee6
dnsproxy: Update to 0.39.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-08-28 00:46:03 +08:00
Tianling Shen 481540b411
dnsproxy: Update to 0.39.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-08-02 21:23:31 +08:00
Tianling Shen 10aebfd51b
dnsproxy: add basic init script
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-23 23:29:26 +08:00
Tianling Shen f4ed32e14c
dnsproxy: Update to 0.39.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-23 23:29:16 +08:00
Tianling Shen fb2121084b
dnsproxy: add new package
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>
2021-07-15 21:15:24 +08:00