LilyPad / GoLilyPad

GNU General Public License v3.0
98 stars 58 forks source link

Add crude IPv6 fix #46

Closed U1F984 closed 7 years ago

U1F984 commented 7 years ago

Add a crude check to prevent the address from becoming invalid, e.g. turns 2001:db8::1 and port 12345 into 2001:db8::1:12345 which is invalid.

There probably need to be fixes in other places to support IPv6.