goSecure
goSecure copied to clipboard
An easy to use and portable Virtual Private Network (VPN) system built with Linux and a Raspberry Pi. #nsacyber
Has this project been under a Security Audit and if so where can i find it?
I ran into problems with downloading StrongSwan from their website. I got an ssl error, because there certificate wasn't yet approved. After everything else completed / errored out. I noticed...
* Use `file.writelines` instead of `file.write` for each line * Use `with` statement context managers instead of manually closing each file * Use a `try/except` inside `main` to unpack the...
* Added spacing for readability * [Renamed classes using CamelCase/CapWords](https://pep8.org/#class-names) * [Renamed variables using snake_case](https://pep8.org/#method-names-and-instance-variables)
* Reorder imports as suggested by PEP8 `get_wifi_list` * Remove assignment to `wlan_status` since it wasn't being used for anything * Remove `returncode` since it wasn't being used for anything...
Would it make sense to add a Dockerfile to this repo to allow users to run the VPN server inside a Docker container? This could simplify server setup on multiple...