-
Notifications
You must be signed in to change notification settings - Fork 2
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
netcat -q 0 #1
Comments
Hey @calebeby, The source code also shows how |
OK, I'll stick to using pretttier_dnc for now. I'll leave this issue open in case @ruyadorno wants to implement this. Thanks |
@calebeby thanks for reporting! 😊 @josephfrazier that seems like a smart and easy fix, I'll bring it over to |
landed on v3.0.0 |
Hello,
For me, this script only works if I use
nc -q 0 127.0.0.1 ...
rather thannc 127.0.0.1 ...
. If I use this script without the-q 0
flag, it waits and does nothing until I^C
. My understanding is that the-q 0
flag causes the connection to end right away, rather than waiting for the server to close it. I am running arch linux, and have tried bothbsd-netcat
andgnu-netcat
. The same issue applies toeslintme
The text was updated successfully, but these errors were encountered: