Coder Social home page Coder Social logo

Comments (6)

Jackarain avatar Jackarain commented on August 30, 2024

请用 https://github.com/avplayer/socks_server
socks_server 实现了udp over tcp,和其它代理有所不同。

from avpn.

ioxuy avatar ioxuy commented on August 30, 2024

请用 https://github.com/avplayer/socks_server
socks_server 实现了udp over tcp,和其它代理有所不同。
谢谢回复!
可以在传一下socks_server的二进制文件吗?下载不成功
我尝试过重新编译,但是因为我这里boost环境有问题,也没编译成功
QQ截图20190823135411

from avpn.

Jackarain avatar Jackarain commented on August 30, 2024

boost你可以使用
https://github.com/avplayer/boost
不需要搭boost环境,只要组织好cmake,就可以了,例如,在socks_server项目中的cmake中添加:

set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME ON)

add_subdirectory(boost)
include_directories(boost)
link_libraries(Boost::system Boost::thread Boost::program_options Boost::regex Boost::locale Boost::random Boost::coroutine)

参考avpn中的cmake使用boost

from avpn.

ioxuy avatar ioxuy commented on August 30, 2024

嗯,好的.我编译过后测试成功了!谢谢作者
我在测试的时候遇到程序并没有设置适配器的地址,需要手动设置地址!
IP:10.0.0.1,mask:255.255.255.0,gateway:10.0.0.2,dns自定义!

from avpn.

Jackarain avatar Jackarain commented on August 30, 2024

是的,适配器的IP信息配置,以及路由相关配置,程序中都没有实现自动操作,欢迎提交相关patch

from avpn.

microcai avatar microcai commented on August 30, 2024

适配器的IP信息配置,以及路由相关配置,程序已经实现自动操作了, 欢迎使用。

from avpn.

Related Issues (5)

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.