Quentin McGaw

Results 207 issues of Quentin McGaw

**What's the feature?** 🧐 - Support Wireguard for PIA **Optional extra information** 🚀 - [pia-foss/manual-connections](https://github.com/pia-foss/manual-connections/) - [`connect_to_wireguard_with_token.sh`](https://github.com/pia-foss/manual-connections/blob/master/connect_to_wireguard_with_token.sh) - [`get_token.sh`](https://github.com/pia-foss/manual-connections/blob/e7d4806a9eabc89bc5da17c9e0e2af96bbdf526b/get_token.sh#L75) the token is generated with a call to https://privateinternetaccess.com/gtoken/generateToken using the...

Category: Wireguard 🔐
Status: 🔴 Blocked

**What's the feature?** 🧐 - Self update the program, probably by having a wrapper entrypoint program that download and run it. - Eventually update alpine packages too - Only do...

1. What's the feature? - Export metrics to Prometheus on: - Scrap iptables data to get network information (blocked data, vpn'ed data etc.) - Health information, such as when connectivity...

Feature request :bulb:

1. What's the feature? SOCKS5 plaintext proxy in Go 2. Why do you need this feature? When you don't want to use a Shadowsocks client and don't care about encryption...

1. What's the feature? Firewall setup for ipv6 if `IPV6=on` (and add environment variable `IPV6`). Important for **Mullvad** is ipv6 is used. 2. Why do you need this feature? For...

Feature request :bulb:
Firewall

**What's the feature?** 🧐 Run a list of commands read from files: - `/gluetun/vpn-start-commands.txt` - `/gluetun/vpn-stop-commands.txt` For example it could be: ``` /bin/sh -c "/shellscript.sh" /bin/iptables -L ``` Note the...

Priority: 💤 Low priority

**What's the feature?** 🧐 - [ ] Blocked by #588 - [ ] Run Wireguard bandwidth tests on a (throwaway) Linux host to check if Docker is the bottleneck -...

Feature request :bulb:
💤 Low priority

**What's the feature?** 🧐 Have gluetun as a single binary program such that it can easily be distributed to Linux platforms and the Docker image can be based on `scratch`....

Feature request :bulb:

⚠️ Blocked by #611 **What's the feature?** 🧐 - [ ] Parse each configuration and extract: - [ ] Endpoint IP - [ ] Endpoint port - [ ] Allowed...

**What's the feature?** 🧐 - Compress servers.json embedded in program to save ~4MB - Ideally have `go build` compress it, or use `//go:generate` together with a test to make sure...