Week of 4 5 21 - lmkelly/Autoguard GitHub Wiki

This week I figured out what was going wrong with wireguard which wasn't allowing me to connect (it was a problem with the subnet on the backend which dealt with peer's allowed IPs). I also finished working on my all-new front-end script which takes the config recieved through email and puts the private key into it before deleting all the temporary files created on by the initial front-end script. At that point you have a fully functional wireguard config file you can load into wireguard and gain connectivity (ie can ssh to the web server by private WG IP). I'd really like to find a way that I could automate the process of putting the config created into wireguard but on windows the commandline interactions are very limited so that may be out of scope before further updates are released. Next week I'll be looking for ways I can improve the whole process, aswell as trying to find a way to automate windows wireguard mentioned before.