Giter Club home page Giter Club logo

socks5's People

Contributors

0jc avatar isayme avatar kooroshh avatar pexcn avatar vavrecan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

socks5's Issues

timeout

how does the connection get closed - is there any timeout?
when doing a lot of requests

for i in `seq 1 50000`;
do
	curl -v -x socks5h://127.0.0.1:1080 http://127.0.0.1:8080 &
done    

the socks5_conn_close does not seems to be called and the memory grows with more requests.

make失败,如何解决?

hi.

root@AR:/socks5# ls
bin inc makefile README.md src
root@AR:
/socks5# ls bin
root@AR:/socks5# make
gcc src/liblog/liblog.c -g -DLINUX -shared -fPIC -Iinc -o liblog.so
mv liblog.so bin/
gcc src/libdaemon/libdaemon.c -g -DLINUX -shared -fPIC -Iinc -o libdaemon.so
mv libdaemon.so bin/
gcc src/libthread/libthread.c -g -DLINUX -shared -fPIC -Iinc -o libthread.so
mv libthread.so bin/
gcc src/libconfig/libconfig.c -g -DLINUX -shared -fPIC -Iinc -o libconfig.so
mv libconfig.so bin/
gcc src/socks5/socks5.c -g -Wall -O3 -DLINUX -Iinc -Wl,-rpath,bin,-rpath, -Lbin -lpthread -llog -ldaemon -lconfig -lev -lthread -o socks5
src/socks5/socks5.c:19:16: fatal error: ev.h: 没有那个文件或目录
compilation terminated.
make: *** [socks5] 错误 1
root@AR:
/socks5#

Target platform

Hello. I noticed the -DLINUX compiler flag in the Makefile, so I'm assuming that this project does not target any other platforms. If that's correct, I think we should make it clear in the README.

Radius Support

is there anyway to implement Radius (Direct / PAM Radius) in this cool application ?

请问现在的版本是不是出了问题?

当我回退到 basic working version 附近版本的时候,是能在 Telegram 里面使用的:
222
ssss

但是当我更新到 v2 分支最新的时候,就不能用作 Telegram 代理了,但是 make test 仍然能跑通。

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.