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.