Commit Graph

  • d457342b46 feat(log): warn Openvpn 2.4 is to be removed Quentin McGaw 2023-04-01 15:24:42 +00:00
  • c246dae2cc feat(log): log warnings about user settings - Warn when using Openvpn 2.4 and SlickVPN - Warn when using Openvpn 2.5 and SlickVPN Quentin McGaw 2023-04-01 15:22:32 +00:00
  • 0f4a2e5224 hotfix(deps): bump old openssl to 1.1.1t-r2 Quentin McGaw 2023-03-31 09:34:33 +00:00
  • db262050d5 Chore(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1483) dependabot[bot] 2023-03-30 10:54:44 -07:00
  • 227cdea0c8 fix(slickvpn): allow AES-256-GCM Quentin McGaw 2023-03-25 17:58:30 +00:00
  • 33a6f1c01b fix(slickvpn): lower TLS security level to 0 Quentin McGaw 2023-03-25 14:38:27 +00:00
  • f6f3c110f0 fix(slickvpn): all servers support TCP and UDP Quentin McGaw 2023-03-25 12:30:15 +00:00
  • 27a3f2c846 fix(slickvpn): precise default TCP port as 443 Quentin McGaw 2023-03-25 12:23:32 +00:00
  • 62169baeea Chore(deps): Bump golang.org/x/text from 0.5.0 to 0.8.0 (#1436) dependabot[bot] 2023-03-26 12:36:29 +02:00
  • 4b18636a91 Chore(deps): Bump golang.org/x/sys from 0.3.0 to 0.6.0 (#1438) dependabot[bot] 2023-03-25 22:11:01 +01:00
  • 51432ca05f hotfix(health): remove previous err debug line Quentin McGaw 2023-03-25 17:34:49 +00:00
  • b5ebdcd040 docs(readme): add servers updater environment variables (#1393) colereynolds 2023-03-25 10:14:07 -05:00
  • 416c1ee113 chore(deps): tidy dependencies Quentin McGaw 2023-03-25 15:09:27 +00:00
  • fe97e28461 fix(health): log link to Wiki on VPN restart Quentin McGaw 2023-03-25 15:09:13 +00:00
  • cbd8711a21 feat(airvpn): update servers data Quentin McGaw 2023-03-25 14:50:36 +00:00
  • 7578e52ed5 fix(ipvanish): updater zip file url (#1449) stevenl4 2023-03-25 10:36:44 -04:00
  • 0df68f76d5 fix(airvpn): remove commas from city names Quentin McGaw 2023-03-25 12:55:12 +00:00
  • 9a528c42f8 chore(settings): precise base64 DER for some OpenVPN fields Quentin McGaw 2023-03-25 12:10:01 +00:00
  • 5607916af6 hotfix: bump old openssl to 1.1.1t-r1 Quentin McGaw 2023-03-23 16:36:14 +00:00
  • 4ad7a2a444 feat(mullvad): update servers data Quentin McGaw 2023-03-23 15:23:53 +00:00
  • ab5dbdca97 feat(pia): update servers data Quentin McGaw 2023-03-01 13:00:18 +00:00
  • a97fcda283 fix(version): add name in version check error Quentin McGaw 2023-02-27 20:16:55 +00:00
  • e955adc1e1 hotfix: install older openssh for openvpn 2.4 Quentin McGaw 2023-02-27 05:21:42 +00:00
  • ac5141b411 Chore(deps): Bump github.com/breml/rootcerts from 0.2.8 to 0.2.10 Quentin McGaw 2023-02-26 18:14:59 +00:00
  • f8c189e48a Chore(deps): Bump github.com/fatih/color from 1.13.0 to 1.14.1 (#1369) dependabot[bot] 2023-02-26 11:14:15 -08:00
  • 2f2a904c64 feat(mullvad): update servers data Quentin McGaw 2023-02-26 15:16:22 +00:00
  • 9261dca8ab chore(lint): bump from v1.49.0 to v1.51.2 Quentin McGaw 2023-02-26 15:07:11 +00:00
  • 7b5d5c3884 feat(alpine): bump from 3.16 to 3.17 Quentin McGaw 2023-02-26 15:06:46 +00:00
  • 7c80d80904 chore(build): upgrade Go from 1.19 to 1.20 Quentin McGaw 2023-02-26 15:01:05 +00:00
  • ea40b84ec0 fix(settings): print outbound subnets correctly Quentin McGaw 2022-12-31 17:46:55 +00:00
  • 4e6ef649c4 fix(airvpn): remove commas from API locations Quentin McGaw 2022-12-31 17:30:23 +00:00
  • dd40f1d2e6 chore(devcontainer): same ssh bind mount for all platforms Quentin McGaw 2022-12-31 17:25:02 +00:00
  • 490693bb26 Chore(deps): Bump golang.org/x/text from 0.4.0 to 0.5.0 (#1275) dependabot[bot] 2022-12-15 04:58:43 -05:00
  • c8d33ca5f3 fix(surfshark): update location data - Add 2 new 'HK' servers - Remove 3 servers no longer resolving Quentin McGaw 2022-12-15 09:29:48 +00:00
  • e6df026332 feat(surfshark): update servers data Quentin McGaw 2022-12-15 09:29:09 +00:00
  • 7a30343053 docs(readme): document alternative ghcr image name Quentin McGaw 2022-12-15 09:02:37 +00:00
  • fc02ae9c13 feat(docker): ghcr.io/qdm12/gluetun image (#1231) ksurl 2022-12-14 13:04:41 -08:00
  • f70f0aca9c fix(settings): validate Wireguard addresses depending on IPv6 support Quentin McGaw 2022-12-14 11:29:40 +00:00
  • 16acd1b162 chore(netlink): log ipv6 support at debug level Quentin McGaw 2022-12-14 11:21:29 +00:00
  • 2e3eb1fd7b fix(wireguard): ignore IPv6 addresses if IPv6 is not supported Quentin McGaw 2022-12-14 11:12:38 +00:00
  • a4cf17f81e fix(netlink): change logger level Quentin McGaw 2022-12-14 11:50:36 +00:00
  • c0a301611d fix(health): set config to default in healthcheck mode Quentin McGaw 2022-12-07 10:34:24 +00:00
  • cc934f5c68 hotfix(netlink): ipv6 detection for nil src/dst in routes Quentin McGaw 2022-12-02 11:39:37 +00:00
  • 74426f6202 feat(netlink): add debug logger Quentin McGaw 2022-12-02 11:26:52 +00:00
  • 03ed3cb1c8 feat(wireguard): WIREGUARD_IMPLEMENTATION variable - Can be auto (default), userspace or kernelspace Quentin McGaw 2022-12-02 11:16:27 +00:00
  • 1b1335835b fix(netlink): inspect each route for IPv6 support Quentin McGaw 2022-12-01 12:18:46 +00:00
  • 5070dbcf7f feat(fastestvpn): update servers data Quentin McGaw 2022-11-30 19:21:56 +00:00
  • 90b9d85742 fix(fastesvpn): updater zip file url (#1264) rsquarev 2022-11-30 13:19:14 -06:00
  • 7a3b9941aa fix(exit): exit with 1 on runtime error Quentin McGaw 2022-11-18 09:44:51 +00:00
  • 698095f0a0 fix(pprof): do not run if disabled Quentin McGaw 2022-11-15 12:45:47 +00:00
  • 5a06d8e155 fix(firewall): iptables detection with permission denied Quentin McGaw 2022-11-15 12:34:25 +00:00
  • 7421dcb45f feat(openvpn): explain ip route error in logs - RTNETLINK answers: File exists changed to warning with explanation - Linux route add command failed: changed to warning with explanation Quentin McGaw 2022-11-11 09:44:17 +00:00
  • 554a6cdb92 feat(healthcheck): add FAQ url on unhealthy log Quentin McGaw 2022-11-11 09:43:07 +00:00
  • 5aa39be973 fix(firewall): remove previously allowed input ports Quentin McGaw 2022-11-11 09:19:03 +00:00
  • 192a7a56a3 fix(httpproxy): lower shutdown wait from 2s to 100ms Quentin McGaw 2022-10-31 11:21:25 +00:00
  • 1d1657e9be fix(pia): remove username+password from login bad http status code Quentin McGaw 2022-10-31 10:59:28 +00:00
  • 49b7301295 feat(mullvad): update servers data Quentin McGaw 2022-10-31 10:44:36 +00:00
  • 126804c15e Chore(deps): Bump golang.org/x/text from 0.3.7 to 0.4.0 (#1198) v3.32.0 dependabot[bot] 2022-10-28 07:24:35 -04:00
  • a7643c6201 Chore(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1210) dependabot[bot] 2022-10-28 07:24:20 -04:00
  • db2de5fc84 Chore(deps): Bump docker/build-push-action from 3.1.1 to 3.2.0 (#1193) dependabot[bot] 2022-10-28 07:24:04 -04:00
  • 5c7b9aa6a1 Chore(deps): Bump github.com/breml/rootcerts from 0.2.6 to 0.2.8 (#1173) dependabot[bot] 2022-10-28 07:23:40 -04:00
  • 63890c159e feat(servers): update FastestVPN servers Quentin McGaw 2022-10-28 11:02:39 +00:00
  • e7d5ae5dc1 fix(fastestvpn): handle lowercase .ovpn filenames Quentin McGaw 2022-10-28 11:02:24 +00:00
  • b275354a92 fix(env): trim space for wireguard addresses Quentin McGaw 2022-10-28 10:49:51 +00:00
  • ac02a64d17 fix(ipinfo): handle 403 as too many requests Quentin McGaw 2022-10-28 10:35:29 +00:00
  • 9c80150e09 fix(publicip): no retry when too many requests to ipinfo.io Quentin McGaw 2022-10-28 10:35:09 +00:00
  • 31a8bc9062 feat(servers): update PureVPN Quentin McGaw 2022-10-28 09:11:33 +00:00
  • f15dde6502 feat(providers): add AirVPN support (#1145) Quentin McGaw 2022-10-17 02:54:56 -04:00
  • f70609c464 fix(wireguard): ignore IPv6 addresses if IPv6 disabled Quentin McGaw 2022-10-17 06:31:32 +00:00
  • c954e6f231 fix: parse udp4, udp6, tcp4 or tcp6 Quentin McGaw 2022-10-16 16:54:12 +00:00
  • cb804577a9 feat(httpproxy): log credentials sent on mismatch Quentin McGaw 2022-10-02 09:31:03 +00:00
  • e5be20d719 fix(exit): exit with 0 on successful shutdown Quentin McGaw 2022-09-14 13:23:31 +00:00
  • 875690ab18 feat(network): enable ipv6 connection and tunneling (#1114) EkilDeew 2022-09-14 02:18:10 +02:00
  • 6a5aa8eddb fix(openvpn): do not set tun-ipv6 - Server should push tun-ipv6 if it is available - Add ignore filter for tun-ipv6 if ipv6 is not supported on client - Fixes #435 Quentin McGaw 2022-09-14 00:00:11 +00:00
  • 7fdc7de210 feat(ipv6): use ipv6 endpoint IPs if supported Quentin McGaw 2022-09-12 21:31:37 +00:00
  • 8f04a05b45 fix(vpnsecure): allow empty OpenVPN user+password v3.31.1 Quentin McGaw 2022-09-09 22:06:36 +00:00
  • dd7630997b fix(vpnsecure): allow empty OpenVPN user+password Quentin McGaw 2022-09-09 22:06:36 +00:00
  • aba5ca4536 fix(cyberghost): remove outdated server groups - Remove 94-1 pemium udp usa - Remove 95-1 premium udp asia - Remove 93-1 pemium udp usa - Remove 96-1 premium tcp asia - Update servers data Quentin McGaw 2022-09-08 12:19:12 +00:00
  • 7506625f40 chore(tests): fix netlink test for previous crash Quentin McGaw 2022-09-06 12:17:51 +00:00
  • 5ddd703f6a feat(vpn): auto detection of IPv6 support - OPENVPN_IPV6 removed - Affects OpenVPN - Use the same mechanism for OpenVPN and Wireguard - Check only once at program start since this is unlikely to change at runtime - Log if IPv6 is supported - Remove IPv6 boolean from settings structs - Move IPv6 detection as a method on NetLinker Quentin McGaw 2022-09-06 12:16:29 +00:00
  • 71c51a7455 chore(provider/utils): do not check for empty wg keys Quentin McGaw 2022-09-05 15:50:02 +00:00
  • 284d4340b1 fix(tests): fix netlink wireguard test Quentin McGaw 2022-09-05 15:23:31 +00:00
  • 2c1281d0a2 hotfix(tests): panic tests for previous commit Quentin McGaw 2022-09-05 15:03:32 +00:00
  • 532df9f8d4 fix(privateinternetaccess): get token for port forwarding (#1132) Stijn Hoop 2022-09-05 17:01:48 +02:00
  • 45b7da1058 chore(dev): improve missing provider panic string Quentin McGaw 2022-09-05 14:51:30 +00:00
  • 907daff483 chore(build): tidy Go modules dependencies Quentin McGaw 2022-09-04 23:01:02 +00:00
  • 7757e8a114 chore(dev): improve update command launch config - Run without debug mode - Run from workspace folder so it writes to the right path - Pick -maintainer or -enduser update mode Quentin McGaw 2022-09-04 18:40:08 +00:00
  • e59e28152f fix(ivpn): update mechanism for Wireguard servers Quentin McGaw 2022-09-02 00:36:13 +00:00
  • 2fe0594db7 feat(servers): update ProtonVPN servers data Quentin McGaw 2022-08-30 11:44:34 +00:00
  • 794e96b449 docs(readme): add ProtonVPN and PureVPN to Wireguard support Quentin McGaw 2022-08-29 00:31:38 +00:00
  • 07282f414c chore(wireguard): upgrade wireguard depdencies Quentin McGaw 2022-08-27 18:37:24 +00:00
  • e583f9de47 fix(codeql): fix integer parsing (false positive) Quentin McGaw 2022-08-27 16:45:29 +00:00
  • 8570e09eb9 chore(config): rename Reader to Source struct Quentin McGaw 2022-08-26 15:16:51 +00:00
  • ae5cba519c chore(config): define Source interface locally where needed Quentin McGaw 2022-08-26 15:03:59 +00:00
  • 26f3832187 chore(config): rename mux source to merge Quentin McGaw 2022-08-26 14:59:35 +00:00
  • 5989f29035 feat(surfshark): Wireguard support (#587) Quentin McGaw 2022-08-26 10:55:46 -04:00
  • 4ace99f318 chore(servers): remove "udp": true for Wireguard Quentin McGaw 2022-08-25 13:24:22 +00:00
  • d1c5e00df8 fix(updater): error when server has not the minimal information Quentin McGaw 2022-08-25 13:23:27 +00:00
  • 5eacb46226 feat(servers): update servers data for Ivpn, Mullvad and Windscribe Quentin McGaw 2022-08-25 13:05:20 +00:00
  • 6c17612310 chore(filter): no network protocol filter for Wireguard Quentin McGaw 2022-08-25 13:03:58 +00:00