Skip to content

Add option IPv4 or IPv6 or both #547

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

p4nd4sec
Copy link

Description
Our server only supports IPv4, while the default tool configuration attempts to use both IPv4 and IPv6. This caused connectivity issues.

To address this, I modified the script to allow selecting either IPv4, IPv6, or both based on user preference. This ensures better compatibility with different server environments.

Changes Made
Added an option to specify the IP protocol (IPv4/IPv6/both).

Updated the script logic to handle the selected protocol correctly.

Tested to ensure proper functionality under different network configurations.

Impact
Enhances flexibility for servers with limited IP support.

Prevents connection issues caused by unsupported protocols.

Backward-compatible with existing configurations.

Please review and let me know if any improvements are needed. 🚀

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

Successfully merging this pull request may close these issues.

1 participant