aboutsummaryrefslogtreecommitdiff
path: root/net/dnslookup
Commit message (Collapse)AuthorAge
* dnslookup: Update to 1.8.0Tianling Shen2022-09-23
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnslookup: Update to 1.7.3Tianling Shen2022-09-03
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnslookup: Update to 1.7.1Tianling Shen2022-07-07
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnslookup: Update to 1.7.0Tianling Shen2022-05-25
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnslookup: Update to 1.6.0Tianling Shen2022-04-06
| | | | | | Fixed typo error: `AUTORELESE` > `AUTORELEASE`. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnslookup: Update to 1.5.1Tianling Shen2021-11-11
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnslookup: Update to 1.5.0Tianling Shen2021-11-05
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflagsRosen Penev2021-09-01
|\ | | | | treewide: Remove GO_PKG_LDFLAGS for stripping binaries
| * 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>
* | dnslookup: Update to 1.4.9Tianling Shen2021-09-02
|/ | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnslookup: add new packageTianling Shen2021-07-15
A simple command line utility to make DNS lookups. Supports all known DNS protocols: plain DNS, DoH, DoT, DoQ, DNSCrypt. For documents, see https://github.com/ameshkov/dnslookup. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>