The 8232 Project@lemmy.ml to Selfhosted@lemmy.worldEnglish · edit-21 month agoRemoved by modmessage-square33fedilinkarrow-up133arrow-down11
arrow-up132arrow-down1message-squareRemoved by modThe 8232 Project@lemmy.ml to Selfhosted@lemmy.worldEnglish · edit-21 month agomessage-square33fedilink
minus-squarefriend_of_satan@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-21 month agoThis would be easy with ssh -D 8000 remotehost. I actually do exactly this every day, but not from a Pi, and with a bunch of -L forwards too. Configure your browser to use 127.0.0.1:8000 as a socks 5 proxy and voila. Bonus points for having a proxy.pac file with more advanced proxy configuration logic. Also check out sshuttle.
This would be easy with
ssh -D 8000 remotehost
. I actually do exactly this every day, but not from a Pi, and with a bunch of-L
forwards too.Configure your browser to use 127.0.0.1:8000 as a socks 5 proxy and voila.
Bonus points for having a proxy.pac file with more advanced proxy configuration logic.
Also check out sshuttle.