[Bug 675] nslookup does not properly use second argument [SERVER]

bugzilla at busybox.net bugzilla at busybox.net
Tue Feb 4 10:45:48 UTC 2020


https://bugs.busybox.net/show_bug.cgi?id=675

--- Comment #11 from Natanael Copa <ncopa at alpinelinux.org> ---
I believe this is fixed with the FEATURE_NSLOOKUP_BIG:

$ busybox nslookup google.com 0.0.0.0
nslookup: write to '0.0.0.0': Connection refused
;; connection timed out; no servers could be reached

$ busybox nslookup google.com 1.1.1.1
Server:         1.1.1.1
Address:        1.1.1.1:53

Non-authoritative answer:
Name:   google.com
Address: 172.217.17.110

Non-authoritative answer:
Name:   google.com
Address: 2a00:1450:400e:806::200e

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list