Code Monkey home page Code Monkey logo

Comments (4)

pufferffish avatar pufferffish commented on August 11, 2024 1

I've pushed a commit that would fix dns leakage in the branch dnsleak. Can you test it and see if it fixes the problem?

from wireproxy.

pufferffish avatar pufferffish commented on August 11, 2024

There are no options to specify as the SOCKS5 0.0.0.0 server address, thereby make the server with the weights of network cards

Can you elaborate on this? You can set the socks5 server address to 0.0.0.0 via something like

[Socks5]
BindAddress = 0.0.0.0:25344

from wireproxy.

MuratovAS avatar MuratovAS commented on August 11, 2024

I rechecked.
In case of such a parameter

[Socks5]
BindAddress = 0.0.0.0:25344

i got an error:

panic: listen tcp 0.0.0.0:25344: bind: address already in use
goroutine 52 [running]:
log.Panic({0x40001affb8, 0x1, 0x1})
	/usr/local/go/src/log/log.go:354 +0x98
main.socks5Routine.func1(0x400006e140)
	/go/wireproxy/main.go:216 +0x15c
created by main.main
	/go/wireproxy/main.go:391 +0x234

Apparently this is a feature of docker.
In the case below, everything is fine.

[Socks5]
BindAddress = 0.0.0.0:2534

P.S. Can I PR with Dockerfile to your repository? When I'm done with it.

from wireproxy.

pufferffish avatar pufferffish commented on August 11, 2024

Yeah sure, I'm open to all PRs. I'll fix the DNS leakage as soon as I have time. I think what's happening is that some other program is occupying the port 25344, maybe another instance of wireproxy? Then again I'm not familiar with docker so I wouldn't know.

from wireproxy.

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.