Commit Graph

  • 4f9dcff3f4 hotfix(ci): verify-private requirement for publish, not itself Quentin McGaw 2025-11-21 20:16:57 +00:00
  • 1abc90970d chore(health): add ip address to error messages for small checks Quentin McGaw 2025-11-20 20:03:02 +00:00
  • a445ba072c chore(health): log out duration of tries in milliseconds Quentin McGaw 2025-11-20 15:08:41 +00:00
  • 9e5624d32b feat(healthcheck): add HEALTH_SMALL_CHECK_TYPE option which can be dns or icmp (default) Note if icmp is not permitted, it fallsback to dns anyway Quentin McGaw 2025-11-20 15:05:38 +00:00
  • 815fcdb711 chore(healthcheck/icmp): log what IP is being pinged when timing out Quentin McGaw 2025-11-20 14:46:31 +00:00
  • 0bb9f62755 hotfix(ci): require verify-private to pass for publish job to trigger Quentin McGaw 2025-11-19 19:58:58 +00:00
  • 93567a7804 hotfix(ci): bump container run timeout from 15s to 30s Quentin McGaw 2025-11-19 19:57:57 +00:00
  • 0afbb71634 feat(main): add ascii logo at exit Quentin McGaw 2025-11-19 18:08:10 +00:00
  • 9f39d47150 feat(healthcheck): HEALTH_ICMP_TARGET_IP -> HEALTH_ICMP_TARGET_IPS - Specify fallback ICMP IP addresses - Defaults changed from 1.1.1.1 to 1.1.1.1,8.8.8.8 - Small periodic check cycles through addresses as it fails and moves to retry Quentin McGaw 2025-11-19 16:00:20 +00:00
  • f9490656eb chore(healthcheck): mirror default icmp ip set in Dockerfile in the Go code Quentin McGaw 2025-11-19 15:45:04 +00:00
  • 482421dda3 feat(healthcheck): HEALTH_TARGET_ADDRESS -> HEALTH_TARGET_ADDRESSES - Specify fallback addresses - Defaults changed from cloudflare:443 to cloudflare:443,github.com:443 - Startup check runs a parallel dial to each of the addresses specified with a global 6s timeout - Full periodic check cycles through addresses as it fails and moves to retry Quentin McGaw 2025-11-19 15:41:21 +00:00
  • 03f1fea123 hotfix(healthcheck): update outdated function comment Quentin McGaw 2025-11-19 15:34:22 +00:00
  • 7450424849 fix(wireguard): WIREGUARD_ENDPOINT_IP overrides the IP address of a picked connection - Regression introduced in v3.39.0 - Fix #2759 Quentin McGaw 2025-11-19 13:11:00 +00:00
  • 16bc27bf9f feat(expressvpn): update hardcoded servers data (#2888) Matthew Bennett 2025-10-06 04:33:36 -07:00
  • 31284542a2 fix(wireguard): WIREGUARD_ENDPOINT_IP overrides the IP address of a picked connection - Regression introduced in v3.39.0 - Fix #2759 Quentin McGaw 2025-11-19 13:11:00 +00:00
  • 5ff5fc4a5e chore(ci): run protonvpn config container Quentin McGaw 2025-11-18 22:08:25 +00:00
  • 5b93464fef fix(proton): giving proton password is not mandatory Quentin McGaw 2025-11-18 21:26:53 +00:00
  • 01e9274f7b fix(proton): giving proton password is not mandatory v3.40.3 Quentin McGaw 2025-11-18 21:26:53 +00:00
  • daff23bfb3 feat(protonvpn): update servers data including paid data v3.40.2 Quentin McGaw 2025-11-18 13:36:05 +00:00
  • aa6d26e062 fix(protonvpn/updater): API authentification fix using email - UPDATER_PROTONVPN_USERNAME -> UPDATER_PROTONVPN_EMAIL - -proton-username -> -proton-email - fix authentication flow to use email or username when appropriate - fix #2985 Quentin McGaw 2025-11-18 13:34:59 +00:00
  • b2859d5a06 fix(storage): only log warning if flushing merged servers to file fails Quentin McGaw 2025-11-17 19:04:13 +00:00
  • ad8b0657cb fix(dns): fix panic when using DNS_KEEP_NAMESERVER Quentin McGaw 2025-11-17 17:54:52 +00:00
  • debf3474e7 hotfix(protonvpn): fix retro-compatibility with UPDATER_PROTONVPN_USERNAME Quentin McGaw 2025-11-18 13:40:55 +00:00
  • 2853ca9033 feat(protonvpn): update servers data including paid data Quentin McGaw 2025-11-18 13:36:05 +00:00
  • 74d059dd77 fix(protonvpn/updater): API authentification fix using email - UPDATER_PROTONVPN_USERNAME -> UPDATER_PROTONVPN_EMAIL - -proton-username -> -proton-email - fix authentication flow to use email or username when appropriate - fix #2985 Quentin McGaw 2025-11-18 13:34:59 +00:00
  • 9963e18a8a fix(storage): do not write updated servers to file if file path is empty Quentin McGaw 2025-11-18 13:28:03 +00:00
  • 41cd8fb30d fix(storage): only log warning if flushing merged servers to file fails Quentin McGaw 2025-11-17 19:04:13 +00:00
  • 9ed6cd978d Chore(deps): Bump DavidAnson/markdownlint-cli2-action from 20 to 21 (#2984) dependabot[bot] 2025-11-17 19:57:57 +01:00
  • c4b9d459ed fix(dns): fix panic when using DNS_KEEP_NAMESERVER Quentin McGaw 2025-11-17 17:54:52 +00:00
  • 6e99ca573e chore(storage): do not read/write to user file when updating in maintainer mode Quentin McGaw 2025-11-17 15:29:41 +00:00
  • 2cf4d6b469 fix(protonvpn/updater): ignore casing when comparing received username Quentin McGaw 2025-11-17 15:23:02 +00:00
  • a17776673b docs(readme): warning on "official" websites Quentin McGaw 2025-11-17 12:46:45 +00:00
  • fcdba0a3cc feat(portforward): support {{PORT}} template variable Quentin McGaw 2025-11-16 00:18:01 +00:00
  • c930a4e1be fix(protonvpn): authenticated servers data updating (#2878) v3.40.1 Quentin McGaw 2025-11-13 14:05:26 -05:00
  • 22834e9477 fix(server/log): log out full URL path not just bottom request URI Quentin McGaw 2025-11-13 14:29:58 +00:00
  • 62c2679da2 fix(cyberghost): log warnings from updater resolver Quentin McGaw 2025-11-04 14:42:54 +00:00
  • 5e9ae9fa1f fix(wireguard): specify IP family for new route (#2629) Quentin McGaw 2025-10-30 17:14:45 +01:00
  • 0f19bcfebd fix(port-forward): clear port file instead of removing it - Prevent port forwarding loop crash when trying to delete a directly bind mounted file - See https://github.com/qdm12/gluetun/issues/2942#issuecomment-3468510402 Quentin McGaw 2025-10-30 15:45:01 +00:00
  • 83fc91d3c6 fix(publicip): respect PUBLICIP_ENABLED Quentin McGaw 2025-10-23 19:49:21 +00:00
  • 4adeec8223 fix(vpnunlimited): update certificate values (#2835) mutschler 2025-09-11 21:15:20 +02:00
  • 64bfbaa45d fix(cli): fix openvpnconfig command panic due to missing SetDefaults call Quentin McGaw 2024-12-27 09:30:58 +00:00
  • 4712d0cf79 change(healthcheck): bump tries and timeouts - small periodic check from 10s+20s+30s to 5s+5s+5s+10s+10s+10s+15s+15s+15s+30s - full periodic check from 10s+20s to 10s+15s+30s Quentin McGaw 2025-11-15 16:47:38 +00:00
  • 113c113615 feat(healthcheck): log duration for each failed attempt Quentin McGaw 2025-11-15 16:45:03 +00:00
  • 6023eb1878 hotfix(dns): compilation error due to dns package upgrade on master Quentin McGaw 2025-11-14 21:24:40 +00:00
  • a1ece20617 feat(dns): resolve network-local names (#2970) Quentin McGaw 2025-11-14 11:30:05 -05:00
  • 0bc67b73a8 feat(dns): info log all requests filtered out Quentin McGaw 2025-11-14 16:19:07 +00:00
  • c7ab5bd34c feat(dns): DNS_REBINDING_PROTECTION_EXEMPT_HOSTNAMES option Quentin McGaw 2025-11-14 16:14:23 +00:00
  • 843bf08aa1 chore(deps): bump dns to https://github.com/qdm12/dns/commit/248acd28339f329b0f51c7da987f8f7c72e59e45 Quentin McGaw 2025-11-14 16:13:59 +00:00
  • 5b25cc95a9 chore(docker): clear DNS_BLOCK_IP_PREFIXES values since DNS rebinding protection is built-in the filter middleware Quentin McGaw 2025-11-14 15:04:56 +00:00
  • 0fddbc54a2 Chore(deps): Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#2977) dependabot[bot] 2025-11-13 23:27:51 +01:00
  • 11fcfb7d19 Chore(deps): Bump golang.org/x/net from 0.46.0 to 0.47.0 (#2976) dependabot[bot] 2025-11-13 23:27:10 +01:00
  • 3cd7d7edcb Chore(deps): Bump golang.org/x/text from 0.30.0 to 0.31.0 (#2975) dependabot[bot] 2025-11-13 23:26:55 +01:00
  • 30609b6fe9 hotfix(configuration/settings): fix requirement for proton username and password Quentin McGaw 2025-11-13 21:58:46 +00:00
  • 8a0921748b fix(protonvpn): authenticated servers data updating (#2878) Quentin McGaw 2025-11-13 14:05:26 -05:00
  • 3fac02a82a feat(server/auth): HTTP_CONTROL_SERVER_AUTH_DEFAULT_ROLE option (JSON encoded) - For example: {"auth":"basic","username":"me","password":"pass"} - For example{"auth":"apiKey","apikey":"xyz"} - For example{"auth":"none"} (I don't recommend) Quentin McGaw 2025-11-13 18:24:34 +00:00
  • f11f142bee feat(settings/wireguard): precise WIREGUARD_ENDPOINT_IP must be an IP address for now Quentin McGaw 2025-11-13 16:20:00 +00:00
  • 596faef8f2 Chore(deps): Bump golang.org/x/sys from 0.37.0 to 0.38.0 (#2973) dependabot[bot] 2025-11-13 16:47:26 +01:00
  • 3d1b6bc861 feat(server/portforward): change route from /v1/openvpn/portforwarded to /v1/portforward - This route has nothing to do with openvpn specifically - Remove the ed in portforwarded to accomodate future routes such as changing the state of port forwarding - maintaining retrocompatibility with /v1/openvpn/portforwarded - maintaining retrocompatibility with /openvpn/portforwarded - Moved to its own handler /v1/portforward instead of /v1/vpn/portforward to reduce the complexity of the vpn handler Quentin McGaw 2025-11-13 14:50:36 +00:00
  • 46ad576233 fix(server/log): log out full URL path not just bottom request URI Quentin McGaw 2025-11-13 14:29:58 +00:00
  • 46beaac34b hotfix(server/auth): add old route /openvpn/portforwarded as valid Quentin McGaw 2025-11-13 14:21:50 +00:00
  • 3025476e8b chore(portforward): remove double log when clearing port forward file Quentin McGaw 2025-11-13 14:10:13 +00:00
  • cd6f9493a4 docs(Dockerfile): specify default PUID and PGID to avoid confusion - Both of these already defaulted to 1000 in the Go code Quentin McGaw 2025-11-13 13:06:21 +00:00
  • 9984ad22d7 chore(settings/health): remove unneeded health fields Quentin McGaw 2025-11-13 12:27:33 +00:00
  • 3565ba67c4 hotfix(healthcheck/dns): use dns address tring with port Quentin McGaw 2025-11-12 01:45:10 +00:00
  • ffb0bec4da chore(vpn): rename openvpn* to vpn* variables Quentin McGaw 2025-11-07 15:26:24 +00:00
  • 4d2b8787e0 chore(dns): replace UNBLOCK with DNS_UNBLOCK_HOSTNAMES Quentin McGaw 2025-11-07 14:33:20 +00:00
  • d4831ad4a6 chore(dns): replace DOT_PRIVATE_ADDRESS with DNS_BLOCK_IPS and DNS_BLOCK_IP_PREFIXES Quentin McGaw 2025-11-07 14:31:09 +00:00
  • 9e1b53a732 feat(server): log number of roles read from auth file Quentin McGaw 2025-11-05 23:05:10 +00:00
  • d0113849d6 feat(dns): support doh upstream type Quentin McGaw 2025-11-05 21:21:16 +00:00
  • 7b25fdfee8 chore(deps): bump dns to v2.0.0-rc9 Quentin McGaw 2025-11-05 20:55:28 +00:00
  • 5ed6e82922 feat(dns): DNS_UPSTREAM_RESOLVER_TYPE option which can be plain or DoT - Migrate DOT to DNS_SERVER - Migrate DOT_PROVIDERS to DNS_UPSTREAM_RESOLVERS - Migrate DOT_PRIVATE_ADDRESS to DNS_PRIVATE_ADDRESSES - Migrate DOT_CACHING to DNS_CACHING - Migrate DOT_IPV6 to DNS_UPSTREAM_IPV6 Quentin McGaw 2025-11-05 20:41:19 +00:00
  • 7dbd14df27 chore(dns): merge DoT settings with DNS settings Quentin McGaw 2025-11-05 20:14:25 +00:00
  • 96d8b53338 Chore(deps): Bump github.com/breml/rootcerts from 0.3.2 to 0.3.3 (#2964) dependabot[bot] 2025-11-04 20:34:22 -05:00
  • 2bd19640d9 feat(health/dns): try another DNS server if one fails Quentin McGaw 2025-11-04 15:51:04 +00:00
  • 1047508bd7 docs(github): update provider issue template Quentin McGaw 2025-11-04 15:07:16 +00:00
  • eb49306b80 hotfix(health): change default icmp target to 1.1.1.1 - Cloudflare's 1.1.1.1 seems more reliable than the VPN server public IP address you connect to - This can still be changed back to 0.0.0.0 to use the VPN server IP address if needed Quentin McGaw 2025-11-04 14:47:24 +00:00
  • 43da9ddbb3 fix(cyberghost): log warnings from updater resolver Quentin McGaw 2025-11-04 14:42:54 +00:00
  • 7fbc5c3c07 feat(cyberghost): update servers data Quentin McGaw 2025-11-04 14:38:25 +00:00
  • e03f545e07 Chore(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#2959) dependabot[bot] 2025-11-04 15:33:12 +01:00
  • 942f1f2c0f Chore(deps): Bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 (#2958) dependabot[bot] 2025-11-04 15:33:00 +01:00
  • baf566d7a5 Chore(deps): Bump github.com/klauspost/compress from 1.17.11 to 1.18.1 (#2957) dependabot[bot] 2025-11-04 15:32:46 +01:00
  • 6712adfe6b hotfix(firewall): handle textual values for protocols - Alpine / iptables-legacy bug introduced in Alpine 3.22 - Alpine: what the hell? Stop introducing breaking changes in iptables on every god damn release! Quentin McGaw 2025-11-04 14:16:11 +00:00
  • 2e2e5f9df5 fix(firewall): parse "all" protocol from iptables chains Quentin McGaw 2025-11-03 16:06:21 +00:00
  • 35e9b2365d fix(ci): consider 429 as valid status code for markdown links Quentin McGaw 2025-11-03 16:00:42 +00:00
  • b0b769d2c1 ci(markdown): fix config file path Quentin McGaw 2025-10-31 20:02:55 +00:00
  • d3c7d3c7bc docs(readme): update Alpine version and image size Quentin McGaw 2025-10-30 16:14:16 +00:00
  • 65f49ea012 fix(wireguard): specify IP family for new route (#2629) Quentin McGaw 2025-10-30 17:14:45 +01:00
  • 5687555921 chore(container): bump Alpine from 3.20 to 3.22 Quentin McGaw 2025-10-30 16:08:40 +00:00
  • 0fb75036a0 chore(build): bump Go from 1.24 to 1.25 Quentin McGaw 2025-10-30 16:04:10 +00:00
  • 2b513dd43d Chore(deps): Bump github.com/vishvananda/netlink from 1.2.1 to 1.3.1 (#2932) dependabot[bot] 2025-10-30 17:02:32 +01:00
  • 687d9b4736 hotfix(tests): fix unit test for healthcheck Quentin McGaw 2025-10-30 16:01:25 +00:00
  • c70c2ef932 Chore(deps): Bump golang.org/x/net from 0.34.0 to 0.46.0 (#2937) dependabot[bot] 2025-10-30 17:00:30 +01:00
  • af3ada109b Chore(deps): Bump actions/setup-go from 5 to 6 (#2929) dependabot[bot] 2025-10-30 17:00:15 +01:00
  • 9d40564734 chore(deps): bump breml/rootcerts from v0.2.20 to v0.3.2 Quentin McGaw 2025-10-30 15:59:20 +00:00
  • 3734815ada hotfix(health): debug log failed attempts and warn log all attempt errors if all failed - Reduce "worrying" noise of icmp attempt failing - Only log when an action (restart the VPN) is taken Quentin McGaw 2025-10-30 15:57:40 +00:00
  • b9cc5c1fdc fix(port-forward): clear port file instead of removing it - Prevent port forwarding loop crash when trying to delete a directly bind mounted file - See https://github.com/qdm12/gluetun/issues/2942#issuecomment-3468510402 Quentin McGaw 2025-10-30 15:45:01 +00:00
  • c646ca5766 Chore(deps): Bump peter-evans/create-or-update-comment from 4 to 5 (#2931) dependabot[bot] 2025-10-30 03:45:31 +01:00
  • 1394be5143 Chore(deps): Bump golang.org/x/sys from 0.29.0 to 0.37.0 (#2939) dependabot[bot] 2025-10-30 03:45:16 +01:00
  • 93442526f8 chore(ci): run container and wait for it to connect (#2956) Quentin McGaw 2025-10-30 03:44:31 +01:00
  • d85402050b Chore(deps): Bump github.com/ulikunitz/xz from 0.5.11 to 0.5.15 (#2955) dependabot[bot] 2025-10-30 01:57:18 +01:00