Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: listen and connect on ipv6 host #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dnomd343
Copy link

@dnomd343 dnomd343 commented Mar 4, 2022

GoQuiet work unusual under shadowsocks-libev SIP003 mode when REMOTE_HOST or LOCAL_HOST is IPv6 address.

~/GoQuiet # ss-local -v -s ::1 -p 12345 -b 0.0.0.0 -l 1081 -k dnomd343 -m aes-256-ctr --plugin ./gq-client --plugin-opts "ServerName=www.bing.com;key=dnomd343;TicketTimeHint=300;Browser=chrome"
 2022-03-04 15:55:52 INFO: plugin "./gq-client" enabled
 2022-03-04 15:55:52 INFO: initializing ciphers... aes-256-ctr
 2022-03-04 15:55:52 INFO: Stream ciphers are insecure, therefore deprecated, and should be almost always avoided.
 2022-03-04 15:55:52 INFO: listening at 0.0.0.0:1081
 2022-03-04 15:55:52 INFO: running from root user
dump start =>
  localHost -> ::1
  localPort -> 34859
  remoteHost -> ::1
  remotePort -> 12345
  pluginOpts -> ServerName=www.bing.com;key=dnomd343;TicketTimeHint=300;Browser=chrome
2022/03/04 15:55:52 gq-client.go:219: listen tcp: address ::1:34859: too many colons in address
 2022-03-04 15:55:52 ERROR: plugin service exit unexpectedly
 2022-03-04 15:55:52 INFO: closed gracefully
 2022-03-04 15:55:52 INFO: error on terminating the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant