openvpn
Here are 638 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.
Hi,
I have set up a Split Tunnel ovpn following your tutorial. When I choose this profile in Android it works but in Ubuntu (using gnome-manager) it redirects all traffic to the vpn not only the DNS requests. My public IP changes to the VM.
How can I fix it? Thanks in advance.
When no account is configured, mullvad_daemon will always fail with Blocked(TunnelParameterError(NoMatchingRelay)), which is furthermore made worse by mullvad connect reporting Failure to generate tunnel parameters: description() is deprecated; use Display.
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
May 23, 2020 - Go
-
Updated
May 21, 2020 - Python
-
Updated
Apr 27, 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.
[minor] Fix typo
The spelling of instance is not correct in netjsonconfig/netjsonconfig/backends/base/backend.py in line:
raise TypeError('config block must be an istance '
'of dict or a valid NetJSON string')
Please correct it & make a pull request.
Please remember to follow the contribution guidelines here: http://openwisp.io/docs/developer/contributing.html
-
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
Setup backups
We want to backup the database to amazon s3.
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
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.