Coder Social home page Coder Social logo

Comments (4)

riobard avatar riobard commented on May 4, 2024 1

Should be fixed by #79

from go-shadowsocks2.

zQueal avatar zQueal commented on May 4, 2024

I also just experienced this. It seems to happen any time I try to launch the server instance with anything other than the ss:// url schema. For example;

go-shadowsocks2 -s :8001 -cipher AEAD_AES_128_GCM -key $PASSWORD -verbose

failed consistently with the related error above. But;

go-shadowsocks2 -s ss://AEAD_AES_128_GCM:$PASSWORD@:8001 -verbose

worked fine. I'm guessing this might have something to do with -key. I generated a key using go-shadowsocks2 -keygen 16 and added it to the $PASSWORD environment variable. So both times the string was called from the environment variable--but only failed when using -key.

from go-shadowsocks2.

riobard avatar riobard commented on May 4, 2024

Insufficient information to reproduce.

from go-shadowsocks2.

chenyangguang avatar chenyangguang commented on May 4, 2024

./go-shadowsocks2 -s ss://AEAD_CHACHA20_POLY1305:my-pwd@:9999 -verbose
2017/11/26 09:26:32 listening UDP on :9999
2017/11/26 09:26:32 listening TCP on :9999

 ./go-shadowsocks2 -c ss://AEAD_CHACHA20_POLY1305:my-pwd@[my-ip]:9999 \
     -verbose -socks :1080 -u -udptun :8053=8.8.8.8:53,:8054=8.8.4.4:53 \
                              -tcptun :8053=8.8.8.8:53,:8054=8.8.4.4:53

appear:
2017/11/26 09:34:13 failed to get target address: SOCKS error: 7

from go-shadowsocks2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.