xgusto
xgusto
I have the same problem. I have Python 3.11 and pip3 installed. If I want to run ./wgd.sh start ``` ------------------------------------------------------------ | Starting WGDashboard with Gunicorn in the background. |...
Yes, I need more isolated networks ``` Network 10.10.0.0/24 wg0.conf - on port 51820 Network 10.10.1.0/24 wg1.conf - on port 51821 Network 10.10.2.0/24 wg2.conf - on port 51822 ```
I also use wireguard outside of docker. There it is possible to create more instances of wg0.conf, wg1.conf, etc... I didn't know it would be complicated for wireguard-ui. The only...
I am currently using wireguard in LXC (without docker) and it works fine. But I wanted to try wireguard-ui, because one can make mistakes when using cli. Does this mean...
It was also written about here https://github.com/ngoduykhanh/wireguard-ui/issues/180
I assumed that if I download the .conf, I will be able to import it in the future. ``` [Interface] PrivateKey = Address = 10.10.3.2/32 [Peer] PublicKey = Endpoint =...
Thank you very much for your work. :+1: