Commit Graph

  • 0ebfe534d3 feat(settings): parse Wireguard settings from /gluetun/wireguard/wg0.conf (#1120) Quentin McGaw 2023-07-22 17:25:30 +02:00
  • c5cc240a6c feat(surfshark): update API endpoint and servers data (#1560) eiqnepm 2023-07-21 19:21:46 +01:00
  • 1a5a0148ea feat(torguard): update severs data Quentin McGaw 2023-07-18 16:02:06 +00:00
  • abe2aceb18 feat(wireguard): clarify wireguard is up message Quentin McGaw 2023-07-18 15:53:39 +00:00
  • fa541b8fc2 chore(deps): bump gosettings to v0.4.0-rc1 Quentin McGaw 2023-07-11 13:26:55 +00:00
  • a681d38dfb Chore(deps): Bump golang.org/x/net from 0.10.0 to 0.12.0 (#1729) dependabot[bot] 2023-07-09 14:22:14 +02:00
  • a7b96e3f4d Chore(deps): Bump golang.org/x/sys from 0.8.0 to 0.10.0 (#1732) dependabot[bot] 2023-07-07 15:32:23 +02:00
  • 04ef92edab Chore(deps): Bump golang.org/x/text from 0.10.0 to 0.11.0 (#1726) dependabot[bot] 2023-07-07 12:56:47 +02:00
  • 919b55c3aa feat(wireguard): WIREGUARD_ALLOWED_IPS variable (#1291) Quentin McGaw 2023-07-06 10:08:59 +03:00
  • 9c0f187a12 chore(natpmp): more robust tests with longer connection durations Quentin McGaw 2023-07-06 06:54:01 +00:00
  • 075a1e2a80 chore(natpmp): initialRetry -> initialConnectionDuration Quentin McGaw 2023-07-06 06:50:17 +00:00
  • f31a846cda chore(ci): add markdown-skip workflow Quentin McGaw 2023-07-05 15:45:46 +00:00
  • 9bef46db77 chore(ci): trigger markdown on pull requests - Verification steps - Publishing step to Docker Hub is reserved for pushes to the master branch Quentin McGaw 2023-07-05 15:44:33 +00:00
  • d83217f7ac chore(ci): add markdown dead link checking Quentin McGaw 2023-07-05 14:31:39 +00:00
  • 1cd2fec796 chore(ci): add markdown linting to markdown workflow Quentin McGaw 2023-07-05 14:31:09 +00:00
  • 235f24ee5b chore(ci): add misspell action to markdown job Quentin McGaw 2023-07-05 14:26:04 +00:00
  • 2e34c6009e chore(ci): Markdown workflow triggers on *.md files Quentin McGaw 2023-07-05 14:22:17 +00:00
  • c0eb2f2315 chore(ci): rename workflow to Markdown Quentin McGaw 2023-07-05 14:21:21 +00:00
  • 8ad16cdc12 feat(protonvpn): port forwarding support with NAT-PMP (#1543) Quentin McGaw 2023-06-30 20:09:44 +02:00
  • fae6544431 feat(pf): VPN_PORT_FORWARDING_PROVIDER variable (#1616) Quentin McGaw 2023-06-30 19:24:01 +02:00
  • f8a41b2133 fix(protonvpn): add aes-256-gcm cipher for openvpn Quentin McGaw 2023-06-30 17:14:44 +00:00
  • ff9b56d6d8 docs(all): update to use newer wiki repository - Update URLs logged by program - Update README.md links - Update contributing guide link - Update issue templates links - Replace Wiki issue template by link to Gluetun Wiki repository issue creation - Set program announcement about Github wiki new location Quentin McGaw 2023-06-30 10:31:26 +00:00
  • 99d5a591b9 docs(readme): fixes and small changes - remove UPDATER_VPN_SERVICE_PROVIDERS in docker-compose config - remove Slack channel link (don't have time to check it) - Update Wireguard native integrations support list Quentin McGaw 2023-06-29 16:28:24 +00:00
  • fbe252a9b6 chore(Docker): add missing environment variables - OPENVPN_PROCESS_USER defaults to root - Add HTTPPROXY_STEALTH=off - Add HTTP_CONTROL_SERVER_LOG=on Quentin McGaw 2023-06-29 16:20:25 +00:00
  • 76a92b90e3 fix(routing): VPNLocalGatewayIP Wireguard support Quentin McGaw 2023-06-28 14:23:34 +00:00
  • 2873b06275 fix(wireguard): wrap setupIPv6 rule error correctly Quentin McGaw 2023-06-28 13:08:23 +00:00
  • 9cdd6294d2 feat(mullvad): update servers data Quentin McGaw 2023-06-28 13:06:40 +00:00
  • 44bc60b00d Chore(deps): Bump docker/build-push-action from 4.0.0 to 4.1.1 (#1684) v3.35.0 dependabot[bot] 2023-06-28 14:28:59 +02:00
  • 6f0be57860 Chore(deps): Bump golang.org/x/text from 0.9.0 to 0.10.0 (#1681) dependabot[bot] 2023-06-28 14:28:44 +02:00
  • d3d8484b8e hotfix(env): case sensitivity for OPENVPN_CUSTOM_CONFIG Quentin McGaw 2023-06-28 12:27:13 +00:00
  • 515ae8efb3 hotfix(nordvpn): update url Quentin McGaw 2023-06-18 11:00:36 +00:00
  • 83826e1253 hotfix(settings): fix godot lint error Quentin McGaw 2023-06-12 13:51:50 +00:00
  • 4292a500ae fix(wireguard): delete existing Wireguard link before adding it Quentin McGaw 2023-06-10 20:23:21 +00:00
  • 4a0f9c36ba hotfix(nordvpn): accept countries in SERVER_REGIONS Quentin McGaw 2023-06-10 16:28:39 +00:00
  • ea1991496e hotfix(routing): remove debug prints Quentin McGaw 2023-06-08 22:44:08 +00:00
  • 4675572328 hotfix(routing): change main table from 0 to 254 Quentin McGaw 2023-06-08 20:03:07 +00:00
  • 412921fc1f hotfix(routing): ignore non-main table for routes - When searching for default routes - When searching for local networks Quentin McGaw 2023-06-08 19:50:42 +00:00
  • 1c905d0e6f chore(labels): add problem category labels - Config problem - Routing - IPv6 - Port forwarding Quentin McGaw 2023-06-08 10:04:09 +00:00
  • 2ec9293324 feat(wireguard): MTU defaults to 1400 instead of 1420 Quentin McGaw 2023-06-08 09:50:21 +00:00
  • 9b39a301a8 chore(routing): remove unused VPNDestinationIP Quentin McGaw 2023-06-08 09:17:27 +00:00
  • cade2b99bf chore(routing): unexport IPIsPrivate as ipIsPrivate Quentin McGaw 2023-06-08 09:13:55 +00:00
  • 40cdb4f662 fix(netlink): RouteList list routes from all tables - Do not filter by link anymore - IPv6 detection simplified Quentin McGaw 2023-06-08 09:12:46 +00:00
  • c58d6d4de2 chore(lint): upgrade to v1.53.2 and add linters - gosmopolitan - mirror - tagalign - zerologlint Quentin McGaw 2023-06-08 07:27:21 +00:00
  • 0da2b6ad0b chore(lint): add musttag linter and fix lint errors Breaking change: JSON fields changed in the server API Quentin McGaw 2023-06-08 07:26:29 +00:00
  • 37f0e5c73b chore(lint): add linters dupword, paralleltest and gocheckcompilerdirectives Quentin McGaw 2023-06-08 07:21:12 +00:00
  • a9cd7be3f9 chore(sources/env): bump gosettings to v0.3.0-rc13 - Use RetroKeys option with env.* method calls - Use CSV* typed methods - Inject handleDeprecatedKey function Quentin McGaw 2023-06-05 16:25:52 +00:00
  • 07459ee854 feat(nordvpn): new API endpoint and wireguard support (#1380) Julio Gutierrez 2023-06-08 07:39:07 +00:00
  • 943943e8d1 fix(settings): MergeWithSlice for both elements nil Quentin McGaw 2023-06-01 10:00:44 +00:00
  • 5927ee9dec chore(ci): trigger for PR to other branches Quentin McGaw 2023-06-01 09:09:01 +00:00
  • 3b136e02db chore(secrets): add test for readSecretFileAsStringPtr Quentin McGaw 2023-06-01 08:24:30 +00:00
  • 482447c151 chore(env): bump qdm12/gosettings to v0.3.0-rc11 Quentin McGaw 2023-06-01 08:22:55 +00:00
  • 5d8fbf8006 fix(sources/secrets): do not lowercase env secret file paths Quentin McGaw 2023-06-01 08:20:13 +00:00
  • 2ab80771d9 feat(shadowsocks): bump from v0.4.0 to v0.5.0-rc1 Quentin McGaw 2023-05-31 14:26:31 +00:00
  • 7399c00508 chore(sources/env): bump gosettings to v0.3.0-rc9 Quentin McGaw 2023-05-30 15:21:09 +00:00
  • 2d2f657851 docs(readme): fix Alpine version from 3.17 to 3.18 (#1636) Leeroy Ding 2023-05-31 15:27:10 +01:00
  • 0e21fdc9de Chore(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1633) dependabot[bot] 2023-05-31 16:24:49 +02:00
  • b87b2109b1 chore(settings): use gosettings/sources/env functions Quentin McGaw 2023-05-30 13:02:10 +00:00
  • 2c30984a10 hotfix(env): read some settings with case sensitivity Quentin McGaw 2023-05-30 12:46:10 +00:00
  • 47593928f9 fix(settings): use qdm12/gosettings env.Get Quentin McGaw 2023-05-29 20:43:06 +00:00
  • b961284845 feat(dev): specify vscode recommendations Quentin McGaw 2023-05-29 16:42:00 +00:00
  • b5d230d47a chore(dev): set build tag as linux for cross development Quentin McGaw 2023-05-29 15:59:37 +00:00
  • c2972f7bf6 chore(dev): update devcontainer definitions Quentin McGaw 2023-05-29 15:57:09 +00:00
  • aed235f52d chore(httpproxy): add Test_returnRedirect to prevent error wrap of ErrUseLastResponse Quentin McGaw 2023-05-29 09:44:49 +00:00
  • 42caa64743 fix(httpproxy): redirect from http to https v3.34.3 v3.34.2 Quentin McGaw 2023-05-29 09:40:37 +00:00
  • bfe5e4380f fix(httpproxy): redirect from http to https Quentin McGaw 2023-05-29 09:39:48 +00:00
  • eca182a32f chore(tun): not linux or not darwin tagged files Quentin McGaw 2023-05-29 07:32:17 +00:00
  • caabaf918e feat(dev): support development on darwin (OSX) - Netlink linux tagged files - Netlink linux || darwin tagged files - Create non-implemented files for NOT linux - Create non-implemented files for NOT linux and NOT darwin - Specify wireguard netlink integration test as for linux only Quentin McGaw 2023-05-29 07:16:50 +00:00
  • d6924597dd chore(netlink): separate linux only and OS independent code - Move Addr and its String method to types.go - Move IsWireguardSupported to wireguard.go to have family.go OS independant - Remove dependency on vishvananda/netlink in ipv6.go - Move Link to types.go - Move Route to types.go - Move Rule and its String method to types.go Quentin McGaw 2023-05-29 06:55:54 +00:00
  • c26476a2fd chore(netlink): remove unused link fields Quentin McGaw 2023-05-29 06:51:42 +00:00
  • 5be0d0bbba feat(wireguard): debug logs log obfuscated keys Quentin McGaw 2023-05-29 06:45:12 +00:00
  • 38ddcfa756 chore(netlink): define own types with minimal fields - Allow to swap github.com/vishvananda/netlink - Allow to add build tags for each platform - One step closer to development on non-Linux platforms Quentin McGaw 2023-05-29 06:44:58 +00:00
  • 163ac48ce4 chore(wireguard): fix netlink integration test - Broken since recent commit 9d1a0b60a2 Quentin McGaw 2023-05-29 05:54:01 +00:00
  • def407d610 chore(settings): use qdm12/gosettings functions - use: FileExists, ObfuscateKey, BoolToYesNo - remove local functions moved to gosettings Quentin McGaw 2023-05-28 10:33:36 +00:00
  • 22b2e2cc6e chore(deps): bump qdm12/gosettings to v0.3.0-rc4 Quentin McGaw 2023-05-28 10:29:15 +00:00
  • c92962e97c chore(deps): tidy Go dependencies Quentin McGaw 2023-05-28 10:26:25 +00:00
  • 9d1a0b60a2 fix(netlink): use AddrReplace instead of AddrAdd Quentin McGaw 2023-05-28 10:22:39 +00:00
  • 9cf2c9c4d2 chore(settings): remove now unused helpers/messages.go Quentin McGaw 2023-05-27 18:05:43 +00:00
  • e7150ba254 chore(settings): remove unused settings helpers Quentin McGaw 2023-05-27 15:22:13 +00:00
  • 7ba70f19ef fix(settings): fix httpproxy.go error message (#1596) Filippo Buletto 2023-05-27 20:01:55 +02:00
  • 9488a9f88a Chore(deps): Bump github.com/breml/rootcerts from 0.2.10 to 0.2.11 (#1567) dependabot[bot] 2023-05-27 20:01:17 +02:00
  • 020196f1c3 Chore(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1575) dependabot[bot] 2023-05-27 20:01:08 +02:00
  • 7e325715c7 hotfix(settings): case insensitivity for server filters Quentin McGaw 2023-05-27 08:53:18 +00:00
  • 75670a80b8 chore(deps): bump gosettings and govalid Quentin McGaw 2023-05-27 08:52:41 +00:00
  • a43973c093 chore(settings): use github.com/qdm12/gosettings Quentin McGaw 2023-05-25 12:08:43 +00:00
  • 1827a03afd fix(airvpn): allow Airvpn as Wireguard provider Quentin McGaw 2023-05-24 21:47:31 +00:00
  • 3100cc1e5e hotfix(routing): unmap ipv4-in-ipv6 when converting Quentin McGaw 2023-05-22 08:03:52 +00:00
  • eed62fdc6d fix(routing): ip family match function - ipv4-in-ipv6 should match ipv6 Quentin McGaw 2023-05-22 06:01:52 +00:00
  • d2b8dbcb10 chore(routing): remove old assigned ip debug log Quentin McGaw 2023-05-22 06:01:07 +00:00
  • 90d43856ef fix(routing): net.IPNet to netip.Prefix conversion Quentin McGaw 2023-05-22 05:56:27 +00:00
  • 6d48f9c2ba fix(routing): net.IPNet to netip.Prefix conversion v3.34.1 Quentin McGaw 2023-05-22 05:56:27 +00:00
  • f712d77642 fix(firewall): prevent IP family mix in acceptOutputFromIPToSubnet Quentin McGaw 2023-05-21 18:06:18 +00:00
  • 86f95cb390 chore(docker): bump Alpine from 3.17 to 3.18 Quentin McGaw 2023-05-21 13:25:01 +00:00
  • 3b807e2ca9 feat(openvpn): add support for openvpn 2.6 Quentin McGaw 2023-05-21 13:23:51 +00:00
  • e8f2296a0d change(openvpn): Openvpn 2.4 no longer supported Quentin McGaw 2023-05-21 13:10:38 +00:00
  • 1dd38bc658 feat(wireguard): WIREGUARD_MTU enviromnent variable (#1571) Lars Haalck 2023-05-21 15:11:07 +02:00
  • 63303bc311 fix(mullvad): add aes-256-gcm cipher v3.34.0 Quentin McGaw 2023-05-21 12:33:27 +00:00
  • 5200ee5722 chore(settings): use generics for helping functions (#1427) Julio Gutierrez 2023-05-20 20:37:23 +00:00
  • 86ec75722a chore(wireguard): use netip.AddrPort instead of *net.UDPAddr Quentin McGaw 2023-05-20 20:05:40 +00:00
  • 0a29337c3b chore(all): replace net.IP with netip.Addr Quentin McGaw 2023-05-20 19:58:18 +00:00
  • 00ee6ff9a7 chore(wireguard): fix netlink integration tests Quentin McGaw 2023-05-20 11:53:36 +00:00