@User I'm hoping that you may be able to help me with a question, if it's too much right now to answer just let me know. I currently have netmaker running on a hodgepodge of machines. I have several nodes running on cloud compute instance like oracle, gcp and vultr so I can reverse proxy into local VM's that I run docker instances on to reach my local services. All that works great.
I'm now attempting to set up a new local server for my HTPC that already has a docker instance of netmaker and plex that is working as intended. I want to add several more containers referenced from this repo github.com/sebgl/htpc-download-box and my lack of expertise on docker has me scratching my head on forcing my deluge traffic into my netmaker connection. Basically I want to make sure any of my deluge traffic is going through a wireguard tunnel through one of my cloud VPS's and not my local IP. The example they give in github is using openvpn which I'm obviously not going to use.