- Oct 19, 2024
-
-
jkito authored
bitmask-vpn installs a daemon called bitmask-helper which exposes a http api to handle firewall up/down and openvpn connect/disconnect (only in macos) this daemon was listening on localhost, since it is meant to be only accessible to local processes we'v changed it to listen on a unix domain socket using unix socket allows to apply file permissions and restrict access to the api to only the intended user
-
- Oct 15, 2024
-
-
jkito authored
we found a bug on obfsvpn that prevents the app from being able to connect via bridge a second time onwards after disconnecting from the first ref: obfsvpn#64
-
- Oct 14, 2024
-
-
Pea Nut authored
- add new fields STUNServers and countryCodeLookupURL in providers/vendor.conf (required for the geolocation lookup) - load new fields STUNServers and countryCodeLookupURL from providers json - update gen-providers-json script to support geolocation lookup (the STUN servers should be separated with , in providers/vendor.conf)
- Oct 13, 2024
-
-
which is an external command, command -v is the equivalent shell built-in. Replacing the calls to which with command -v removes a build time dependency. Bug: https://bugs.gentoo.org/940563 Signed-off-by:
Nowa Ammerlaan <nowa-ammerlaan@riseup.net>
-
this adds a new helper setDefaults() in the config package and calls it when the config file doesn't exist, this provides a way for us to have default values for the config options setDefaults currently only sets the UDP config to 'true' since it is expected that UDP is enabled by default
-
- Oct 07, 2024
-
- Sep 08, 2024
-
-
running 'getparam binname' should return the name we want to set for the qmake TARGET based on the PROVIDER from the vendor.conf file, due to running it inside a subshell in make it always gets the value for the default provider, setting PROVIDER env returns the correct value it also updates the qmake project file to use the TARGET env var and the build script to pass TARGET to qmake command as arg
- Sep 05, 2024
-
- Sep 03, 2024
-
- Aug 27, 2024
-
- Aug 19, 2024
- Aug 18, 2024
-