htrefil / rkvm

Virtual KVM switch for Linux machines
MIT License
386 stars 50 forks source link

IPv6 server config (ie. on the client side) reading fails #40

Closed JPenuchot closed 10 months ago

JPenuchot commented 11 months ago

Hi,

I've been trying to configure RKVM to work over IPv6 but I can't specify a server address on the client side. I wrote the IPv6 address in the [1234:1234:2134::]:5258 format, and I see your parsing function splits using : as a separator. I suspect that's why IPv6 addresses aren't parsed correctly in the configuration.

Regards, Jules

htrefil commented 10 months ago

Can you show me the specific error please?

htrefil commented 10 months ago

Fixed in e401fee.

JPenuchot commented 10 months ago

Thank you!