wireproxy icon indicating copy to clipboard operation
wireproxy copied to clipboard

Wireguard client that exposes itself as a socks5 proxy

Results 91 wireproxy issues
Sort by recently updated
recently updated
newest added

Currently wireproxy doesn't have UDP support at all. There is no support for UDP Associate in SOCKS5, and UDP tunnels have not been implemented. _Challenges:_ - While a lot of...

enhancement

Currenlty, the log level is fixed on `DEBUG`. It would be useful if one could reduce the logging verbosity.

Any plans to publish docker image on the public platform such as docker hub?

Can you allow an HTTP proxy similar to the socks proxy?

This program lacks support for `ListenPort` option of WireGuard, which, in case of client, binds outgoing UDP socket to the supplied source port. This is necessary to bypass NAT. Would...

``` go: finding github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a go: finding github.com/gogo/protobuf v1.2.1 go: finding github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55 go: finding github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 go: finding github.com/opencontainers/go-digest v1.0.0-rc1.0.20180430190053-c9281466c8b2 go: finding github.com/containerd/continuity v0.0.0-20190815185530-f2a389ac0a02 go: finding github.com/spf13/pflag v1.0.5 go:...

Config file: ```ini [Interface] PrivateKey = X Address = X [Peer] PublicKey = X Endpoint = X [TCPServerTunnel] ListenPort = 12345 Target = localhost:12345 [Socks5] BindAddress = 127.0.0.1:25344 ``` I...

I have tried qBittorrent and Deluge so far. Neither of them can connect to DHT nodes qBittorrent can connect to PeX peers, but upload and download tend to be slower...

Hi, I was wondering how hard it would be to support the inverse mode of operation, where traffic received via the Wireguard interface would automatically be forwarded via a SOCKS...

enhancement