moparisthebest / wireguard-proxy

proxy wireguard over TCP/TLS
Apache License 2.0
81 stars 19 forks source link

Wireguard through socks 5 #1

Open Stevemoretz opened 3 years ago

Stevemoretz commented 3 years ago

Hi I use a ssh VPN right now because it can do socks5 proxy which I can setup on my Firefox so if the VPN is gone nothing works on my Firefox anymore.I want the same thing with wireguard and I found your repo will your repo make my wireguard have a socks proxy which I can connect to?

Stevemoretz commented 3 years ago

Looks like that's what this does but since I don't understand a lot about this (I'm totally new in Linux) then I need your help please.

Lets say I have a centos server and wireguard is setup and my macos client needs to be connected to the with socks5 to the server.

How can I achieve that?

bantu commented 3 years ago

Looks like that's what this does [...]

The purpose of this project is different. This project is about making wireguard work over TCP instead of UDP. In your case, you already have wireguard working.