manual-connections icon indicating copy to clipboard operation
manual-connections copied to clipboard

Scripts for manual connections to Private Internet Access

Results 49 manual-connections issues
Sort by recently updated
recently updated
newest added

Hi, I'm developing a watchdog script that run over my openwrt router. The idea is simple, every x minutes I check if the wireguard connection is available and if not...

Hi, I've installed this 3rd party package for WireGuard on my EdgeRouter X: https://github.com/WireGuard/wireguard-vyatta-ubnt Looks like it doesn't have wq-quick either, would be great to make the script compatible with...

I'm running this on a RPi as a WiFi AP/router. As WG is configured with this software, mtu is not set and I cannot connect to https://duckduckgo.com for example from...

I couldn't find any 3rd party tools that integrate well with systemd-networkd, so I wrote this for myself. I thought it might be useful to others.

NetworkManager supports adding Wireguard connections. Is there some way to provide configuration / recipes for it to use with PIA, or PIA has some kind of custom set up that...

connect_to_wireguard_with_token.sh seems to call port_forwarding.sh with the external VPN server IP, which results in a 401, failing to set up port forwarding. This PR fixes that by extracting the server_vip...

This here fails: ``` payload_and_signature="$(curl -s -m 5 \ --connect-to "$PF_HOSTNAME::$PF_GATEWAY:" \ --cacert "ca.rsa.4096.crt" \ -G --data-urlencode "token=${PIA_TOKEN}" \ "https://${PF_HOSTNAME}:19999/getSignature")" ``` with a connection refused ``` * Connecting to hostname:...

I've set up the Wireguard tunnel with port-forwarding on my Mikrotik Rounter. However, after roughly 2 months of operation, it always times out and whole tunnel needs to be reconfigured....

First... I would like to express my appreciation for you creating these scripts to optionally use the Official Wireguard Client with PIA. I was able to setup a pia.conf and...

Is there anyway to add a kill switch option to the scripts?