Hi,
I have a server in my basement running proxmox as a hypervisor, which serves me different services.
On that host is have several lxc containers configured as an exit-node running wireguard for other services.
I'm using tailscale on my phone if i'm on cellular to be able to acces these services, and one wireguard container is configured to serve as an exit node for tailscale. So if i'm connected to tailscale on cellular, all my traffic is routed through vpn. (Not sure of the security aspect of this setup?).
I'm looking into how to obfuscate my wireguard traffic from my ISP, and avoid being flagged for using a vpn by potential Deep Packet Inspection. I've came accros https://github.com/ClusterM/wg-obfuscator, but this needs to be installed on the same network of both peers. Obviously i have no acces to the network of the peer i'm connecting to, as it is a commercial vpn service.
Is there any way someone is aware of how i can obfuscate my wireguard traffic, in the usecase mentioned above, and willing to point me in the right direction?