mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #20] listen tcp: address [...] too many colons in address #13
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Alireza2n on GitHub (Mar 17, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/20
Hi,
I have built ck-client from souce (using latest code from master branch) inside a docker container. The server runs fine, but while attempting to run ck-client I ran into this errors:
Any ideas?
Thanks
@malikshi commented on GitHub (Mar 21, 2019):
yeah its made server cant be accessed by client, should restart the service
@Alireza2n commented on GitHub (Mar 23, 2019):
Thanks, I'll give it a go and tell what happened. :)
@cbeuw commented on GitHub (Mar 23, 2019):
Actually this issue is due to IPv6 addresses not being in square brackets and then concatenated to a port (e.g. ::1:45643). The proper way to represent IPv6 with a port is
[a:b:c:d]:xyz. I have fixed this in release 1.1.0@NAVrasZ commented on GitHub (Mar 24, 2019):
@cbeuw Connect using ipv6 only (i.e.
"[::]") and got thisThx
@cbeuw commented on GitHub (Mar 24, 2019):
Oops sorry I missed one line which needed the square brackets.
It's fixed in v1.1.1
@Klaaktu commented on GitHub (Nov 24, 2019):
Hi, it seems there is another one in ck-client:
ck-client -i ::1ck-client -i [::1]