Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"dnslookup undefined" in output #17

Open
Chaz6 opened this issue Sep 30, 2021 · 4 comments
Open

"dnslookup undefined" in output #17

Chaz6 opened this issue Sep 30, 2021 · 4 comments
Labels
question Further information is requested

Comments

@Chaz6
Copy link

Chaz6 commented Sep 30, 2021

Should I be concerned by this output? I do not expect to see dnslookup undefined and it is unclear what this means.

$ dnslookup www.ripe.net tls://www.chaz6.com
dnslookup undefined
dnslookup result:
;; opcode: QUERY, status: NOERROR, id: 23122
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.ripe.net.  IN       A

;; ANSWER SECTION:
www.ripe.net.   8       IN      CNAME   www.ripe.net.cdn.cloudflare.net.
www.ripe.net.cdn.cloudflare.net.        248     IN      A       104.18.21.44
www.ripe.net.cdn.cloudflare.net.        248     IN      A       104.18.20.44
@ameshkov ameshkov added the question Further information is requested label Sep 30, 2021
@ameshkov
Copy link
Owner

You should specify version when you build it: VERSION=x.x make

@Chaz6
Copy link
Author

Chaz6 commented Oct 1, 2021

The installation instructions in README.md are as follows:-

From source:

go get github.com/ameshkov/dnslookup

Where should I enter VERSION=x.x make?

@ameshkov
Copy link
Owner

ameshkov commented Oct 1, 2021

Eh, my bad, I should either change the instruction or change the code so that the version was hardcoded.

@ameshkov ameshkov reopened this Oct 1, 2021
@ainar-g
Copy link
Contributor

ainar-g commented Nov 3, 2021

@ameshkov, I'd recommend using the module version when the buildtime one isn't available. In fact, it probably could replace the env hacks all together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants