websockify icon indicating copy to clipboard operation
websockify copied to clipboard

Added ipv6 support for command wrapping

Open CraftingDragon007 opened this issue 1 month ago • 2 comments

I updated the rebind.c file to also support ipv6. This allows wrapping of programs listening on ipv6 (for example: [::]:5900 or [::1]:5900)

CraftingDragon007 avatar Nov 03 '25 12:11 CraftingDragon007

Thanks for contributing! I'll take a look.

CendioZeijlon avatar Nov 04 '25 11:11 CendioZeijlon

Looks good overall, but it looks like there is both some refactoring and addition of new features.

Yes, I also changed some other things here and there because it was needed for ipv6 (for example storing the ipv6 address)

Could you rework this a bit into separate commits to make your changes easier to follow?

Does it really make sense to rework changes of +47 -18 lines of code in one single file into multiple commits?

CraftingDragon007 avatar Nov 04 '25 14:11 CraftingDragon007