openvpn
Here are 647 public repositories matching this topic...
Right now in different places in the SE codebase there are references to /opt and then as well to /usr.
All SE code should reference one place only. Could someone please create a PR that fixes this.
This PR should also take PR #454 into consideration (no conflicts)
The README has relative links to other Markdown files that only work in GitHub and not in the Docker Hub.
The FAQ suggests https://dnsleaktest.com/ and https://ipleak.net/ to test dns leaks. Do they support IPv6 leaks? I don't have an IPv6 connection to test.
An alternative is https://browserleaks.com/dns that explicitly tests IPv6:
This test attempts to resolve 100 randomly generated domain names asynchronously, 50 with A record (IPv4-only) and 50 with both A and AAAA records (IPv4+IPv6).
Wondering if we should move our wiki/faq section to something like:
https://www.mkdocs.org/ or https://www.sphinx-doc.org/
guess this will allow more people to contribute to it and will probably look better than current wiki on github.
What everyone around here thinks about it?
-
Updated
Apr 4, 2020 - Shell
Is your feature request related to a problem? Please describe.
Trying to figure out how the config works is difficult, due to bad documentation of possible values for config options etc.
Describe the solution you'd like
Debian package should live in separate repository instead of separate branch to make gpb usage earlier.
Guide feedback
Following the guide and there are some bits that seem wrong.
-
'Compute Engine Virtual Machine Setup' -> Customize the instance
This has the exact same picture as above. There is also not an option to customise the instance. -
Machine type. There is no dropdown. It instead looks like this. I assume this is the right selection.
), which is furthermore made worse by mullvad connect reporting Failure to generate tunnel parameters: description() is deprecated; use Display.
-
Updated
Jun 9, 2020 - Go
Missing curl to requirements during install.
Where you have:
for i in openvpn mysql php bower node unzip wget sed; do
Should be :
for i in openvpn php bower node unzip curl wget sed; do
In the install you state the following message
"install the web application by visiting http://your-installation/index.php?installation"
and should be
"install the web application by visiting http://your
-
Updated
Jun 11, 2020 - Python
-
Updated
Jun 16, 2020 - Dockerfile
Goog day
It would be great if you added PGP signatures to verify authenticity and integrity of downloaded APK, and post APK's Public key on ProtonVPN website.
Reserved for Google Code-In 2020.
Depends on openwisp/openwisp-utils#98.
Use the decorators mentioned in the issue linked above to silence the output of noisy tests.
-
Updated
May 19, 2020 - Shell
I noticed that you set the same global variables at multiple places of the your python scripts (like e.g. ROOTDIR).
I would suggest to put them in seperate file (e.g. config.py) and import them from there.
I would also suggest to make use of QStandardPaths, instead of hardcode them (especially if you want to target different distributions in the
I'm currently not happy with the scripts used for deployment but i'm not sure what to do about it yet.
- One option is to write helm charts.
- Another is something like spread
-
Updated
Feb 2, 2020
I used nand-sata-install to copy the filesystem over to system on sata / usb whilst choosing btrfs as the filesystem.
After using softy to install docker, the docker daemon wouldn't start. All that was needed was to add /etc/docker/daemon.json as mentioned in the [docker docs](https://docs.docker.com/storage/storagedriver/btrfs-driver/#configure-docker-to-use-the-btrfs-storage-dri
OpenVPNAdapter.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
Setup backups
We want to backup the database to amazon s3.
Improve this page
Add a description, image, and links to the openvpn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openvpn topic, visit your repo's landing page and select "manage topics."
It would be a good idea to recommend the Wireguard MacOS app instead of the command line in the usage instructions.