Quentin McGaw
Quentin McGaw
## VPN providers support ### Natively - [x] AirVPN - [x] Mullvad - [x] Windscribe - [x] IVPN - [x] Surfshark since 5989f29035da1770d1d8ba290a0b3ed942b24ad8 - [x] NordVPN since 07459ee854f9609c1e9aa7d7161f9af04a59199b - [x]...
**What's the feature?** 🧐 Move the Github Wiki markdown files to this repository with another Wiki solution which - is hosted on github pages to have high availability - is...
1. Download all files from https://www.ovpn.com/en/configurations 2. Set up code for supporting it, and use the hostname to extract location information `dk.copenhagen.ovpn.com` (countrycode.city.ovpn.com) 3. Configure updating mechanism to resolve existing...
Openvpn generator: https://www.azirevpn.com/cfg/openvpn Example: https://www.azirevpn.com/cfg/openvpn/generate?country=no1&os=others&nat=1&port=random&protocol=udp&tls=gcm&keys=0
### What's the feature 🧐 Update to use Go 1.18. Blocked by: - `golangci-lint` disabled linters Unblocks: - Upgrade of Wireguard Go dependencies - Migrate to use `net/netip` - Upgrade...
We should adopt https://github.com/qdm12/dns/releases/tag/v2.0.0-rc5 even if it has no DNSSEC validation builtin yet. Main reason being most domains are not DNSSEC secured, and so your DNS provider (cloudflare, google etc.)...
### What's the feature 🧐 Originally asked by #1002 Implementation instructions at https://github.com/pia-foss/manual-connections/issues/84 ### Extra information and references _No response_
### What's the feature 🧐 Detect nftables support, and use it using https://github.com/google/nftables instead of `iptables-nft`. ### Extra information and references - Create a package in `internal/firewall/nftables` - Detect nftables...
### What's the feature 🧐 'Tee' logs to files in the `/gluetun/logs` directory. - Write one log file per run, with the date in the file name - `LOGS_MAX_FILES` to...