Skhron - VPS for Bitcoin, Lightning and Monero @Skhron - VPS for Bitcoin, Lightning and Monero - 1mo
I think that another significant difference between Wireguard (and almost any other VPN solution) from SOCKS5 proxy is that with VPN, website might detect MTU of your connection, which will indicate VPN usage, while with SOCKS5 it will be the default value of 1500 (unless SOCKS5 server uses any sort of tunnel themselves). This makes it harder for a website to detect proxy. Given this, might be a good idea to use Wireguard+SOCKS5, where SOCKS5 is only accessible over Wireguard, making it basically an encrypted proxy, combining benefits of VPN and proxy.
Skhron - VPS for Bitcoin, Lightning and Monero @Skhron - VPS for Bitcoin, Lightning and Monero - 4h
Can't recommend any guide but in short all you need is: 1. Setup normal Wireguard as you would do it normally (suppose that we have only 1 client and 1 server) 2. On the server, install https://github.com/rofl0r/microsocks and bind it (-i flag) to an address from RFC1917 block that was used by Wireguard server for peers; for example, server has 192.0.2.1 and client 192.0.2.2, so you will do smth like ./microsocks -i 192.0.2.1 3. Connect to the VPN as you would do it normally 4. Configure your web browser to use socks5 proxy at 192.0.2.1