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
Hello,
Your implementation is pretty good, however for my use case, I mainly use IPv6 in my infrastructure.
Your implementation only uses IPv4.
netstat -an | grep 6556 tcp4 0 0 192.168.1.254.6556 192.168.1.251.33734 TIME_WAIT tcp4 0 0 *.6556 *.* LISTEN
On my side, I tried to add IPv6 listening but as I don't have enough experience in python, I didn't manage to finalize the IPv6 implementation.
Can you implement it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Your implementation is pretty good, however for my use case, I mainly use IPv6 in my infrastructure.
Your implementation only uses IPv4.
On my side, I tried to add IPv6 listening but as I don't have enough experience in python, I didn't manage to finalize the IPv6 implementation.
Can you implement it?
The text was updated successfully, but these errors were encountered: