Per-Arne Andersen
Per-Arne Andersen
Just ping me if you follow this path eventually (if its ready, and ill test it out and hopefully merge it in )
Excellent! I Will watch this and I'm also "out of office" until the new year, but aim to clock in quite a lot of work then as much have happened...
Hi, Sorry for being on the inactive side of things these days. Im up to my ears in finishing up my PhD thesis so hobby projects like this gets, lets...
Hi, im actually working on improving some of these issues that had been reported recently. The largest change is towards better Wg integration with creating devices manually and setting up...
Docker fails to start with "standard_init_linux.go:219: exec user process caused: exec format error"
This I believe is due to the incorrect architecture. I would take a guess that you are trying to run amd64 on the PI, but PI is ARM. Because you...
Seems reasonable: Would this be valid configuration if i were to use a /15 mask? ``` [Interface] Address = 10.0.200.1/15 ListenPort = 53522 PrivateKey = QEmwrgLdKG2f/yPrqL7ZwX1Tjn0rm99gzZR5sg6I5VI= PostUp = iptables -A...
Hi and thanks for the detailed explaination :) Yes, /24 is set as default, but ive made it possible to define any mask (1-32). I know generally of how subnetting...
Hi, I've added the functionality in the dev branch (sorry forgot to actually make the branch). https://github.com/perara/wg-manager/tree/dev Edit: https://github.com/perara/wg-manager/blob/master/README.md#using-the-development-branch
Thanks for testing. I'll check this out
I think this is fixed. I believe the bug appeared previously as configs did not generate properly between peer/server changes. However, now this should change after all changes. With this,...