pufferffish / wireproxy

Wireguard client that exposes itself as a socks5 proxy
ISC License
4.54k stars 272 forks source link

Limit wireproxy's permissions with landlock #108

Closed pufferffish closed 7 months ago

pufferffish commented 7 months ago

Close #105

On Linux, wireproxy would now limit itself to only be able to access necessary files (e.g. /etc/resolve.conf), and also limit which TCP ports it can bind or connect to.