Code Monkey home page Code Monkey logo

Comments (3)

cbeuw avatar cbeuw commented on May 23, 2024

Did you use IPv6 addresses in the config files? If so, try to change them to their IPv4 equivalence (e.g. 0.0.0.0 and 127.0.0.1)

from cloak.

malikshi avatar malikshi commented on May 23, 2024

Did you use IPv6 addresses in the config files? If so, try to change them to their IPv4 equivalence (e.g. 0.0.0.0 and 127.0.0.1)

my config like this

{
"server":"0.0.0.0",
"server_port":53794,
"password":"paassowrd",
"timeout":600,
"method":"aes-256-cfb",
"fast_open":false,
"nameserver":"8.8.8.8",
"reuse_port":true,
"no_delay":true,
"mode":"tcp_and_udp",
"plugin":"ck-server", >"plugin_opts":"WebServerAddr=${ckwebaddr};PrivateKey=${privat};AdminUID=${admuid};DatabasePath=${ckdbp}/userinfo.db;BackupDirPath=${ckdbp};loglevel=none"
}

after running it ck-server would bind tcp6, i like to use tcp.

from cloak.

asunbb avatar asunbb commented on May 23, 2024

@malikshi Please check https://groups.google.com/forum/#!topic/golang-nuts/F5HE7Eqb6iM, maybe it will resolve you problem. Generally, if you don't enable net.ipv6.bindv6only(default is 0) manually, your server could receive ipv4 packets from ipv6 sockets via ipv4-mapped ipv6 address.

from cloak.

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.