Code Monkey home page Code Monkey logo

Comments (7)

Sherlock-Holo avatar Sherlock-Holo commented on July 21, 2024 1

do you install the simple-obfs?if not, absolutely it doesn't work

from simple-obfs.

 avatar commented on July 21, 2024 1

@elric8
apt install git
git clone https://github.com/shadowsocks/simple-obfs.git
cd simple-obfs
./configure && make && make install

from simple-obfs.

zengxs avatar zengxs commented on July 21, 2024 1

You should compile and install simple-obfs from source, the project doesn't provide prebuild package for installation.

You can build the binary like this on ubuntu:

mkdir simple-obfs && cd simple-obfs
apt install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev asciidoc xmlto
curl -sSL https://github.com/shadowsocks/simple-obfs/archive/master.tar.gz | tar -xz --strip-component=1
./configure
make && make install

from simple-obfs.

elric8 avatar elric8 commented on July 21, 2024

root@elric8:~# ss-server -c /etc/config.json --plugin "obfs-server --obfs http"
2017-01-09 21:45:51 INFO: plugin "obfs-server --obfs http" enabled
2017-01-09 21:45:51 INFO: initializing ciphers... rc4-md5
2017-01-09 21:45:51 INFO: tcp port reuse enabled
2017-01-09 21:45:51 INFO: listening at 127.0.0.1:37573
2017-01-09 21:45:51 INFO: running from root user
sh: 1: exec: obfs-server: not found
2017-01-09 21:45:51 ERROR: plugin service exit unexpectedly

it seem not work

from simple-obfs.

elric8 avatar elric8 commented on July 21, 2024

@Sherlock-Holo
apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev asciidoc xmlto
it is not install?
how install? plase tell me ,i'm not good at linux,thanks for relpy

from simple-obfs.

elric8 avatar elric8 commented on July 21, 2024

@suikatomoki @matsuz
thank guys!

from simple-obfs.

Sherlock-Holo avatar Sherlock-Holo commented on July 21, 2024

they have given you the answer😋

from simple-obfs.

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.