Hacker News new | ask | show | jobs
by nbaksalyar 7 days ago
> the options to use socks proxies

I pair it with wireproxy [0]. This way you can assign any Wireguard-capable VPN for specific containers. It's extremely useful.

[0] https://github.com/windtf/wireproxy

2 comments

Managed to get up and running quickly with this and https://github.com/pia-foss/manual-connections for Private Internet Access.

    WGConfig = "/etc/wireguard/pia.conf"

    # Socks5 creates a socks5 proxy on your LAN, and all traffic would be routed via wireguard.
    [Socks5]
    BindAddress = 127.0.0.1:25344
This is great, previously I was just using every wireguard tunnel as a traditional interface and hosting a socks proxy on the network on the other end.