Closed bjzhang closed 4 years ago
Seems like a Go problem, not specific to go-ss2. I don't use Windows so if anyone knows how to fix it, please send a pull request.
I avoid it by using Linux(ubuntu) on windows. Still hope someone could fix it.
Try double quote instead of single quote.
Try replace single quotes with double quotes.
First of all, thanks for your work. I try this in Linux. It works in both client and server. But when I try to run the client in windows10. It says "too many colons in address". The command is as follows:
If I change ss://AEAD_CHACHA20_POLY1305:bar@1.1.1.1:8488 to ss://AEAD_CHACHA20_POLY1305, there is no above error. So, I suppose there are some escape issues. But I am not familar with the escape characters in windows10. I am confusing after I read the the following link. And there is similar issue in docker in 2016. It still opens.
Thanks.