We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Even if I added the local addr option following the help instruction, the local address did not change.
To Reproduce
echo "censys.io" | ./zdns A --local-addr 128.192.12.101 //the ip can be anything, because all are invalid
Expected behavior The src IP should be "128.192.12.101" but no change in the captured packets.
Screenshots Indeed, the local IP "128.192.12.188" does not exist in my machine, but I can specify it and nothing changed in the captured packets.
The text was updated successfully, but these errors were encountered:
phillip-stephens
No branches or pull requests
Describe the bug
Even if I added the local addr option following the help instruction, the local address did not change.
To Reproduce
echo "censys.io" | ./zdns A --local-addr 128.192.12.101 //the ip can be anything, because all are invalid
Expected behavior
The src IP should be "128.192.12.101" but no change in the captured packets.
Screenshots
Indeed, the local IP "128.192.12.188" does not exist in my machine, but I can specify it and nothing changed in the captured packets.
The text was updated successfully, but these errors were encountered: