Commit Graph

  • 6d0a2a968f chore(settings): remove unneeded CopyNetipPrefix Quentin McGaw 2023-04-28 10:34:54 +00:00
  • 4bb77ebcc5 Chore(deps): Bump golang.org/x/net from 0.9.0 to 0.10.0 (#1561) dependabot[bot] 2023-05-10 11:00:50 +02:00
  • 56ecfcb9f4 Chore(deps): Bump golang.org/x/sys from 0.7.0 to 0.8.0 (#1557) dependabot[bot] 2023-05-10 10:58:31 +02:00
  • 9a0fcbc011 fix(perfectprivacy): update cert and key (#1549) 15ky3 2023-05-10 10:56:32 +02:00
  • b6c8399c3b feat(health): HEALTH_SUCCESS_WAIT_DURATION Quentin McGaw 2023-05-07 09:35:51 +00:00
  • 7a88a09341 chore(healthcheck): prefer Go dialer Quentin McGaw 2023-05-06 07:14:34 +00:00
  • 912b31cfc6 fix(settings): clarify Wireguard provider error Quentin McGaw 2023-05-01 08:00:25 +00:00
  • d21a943779 chore(all): use netip.Prefix for ip networks - remove usage of net.IPNet - remove usage of netaddr.IPPrefix Quentin McGaw 2023-04-27 13:41:05 +00:00
  • 801a7fd6fe chore(routing): simplify default routes for loop Quentin McGaw 2023-04-27 10:41:18 +00:00
  • 80053f6b7d feat(routing): log default route family as string Quentin McGaw 2023-04-27 10:41:03 +00:00
  • e165bb6870 chore(dev): do not bind mount ~/.gitconfig Quentin McGaw 2023-04-27 10:22:53 +00:00
  • 67bd1171ae feat(env): rename vpn port forwarding variables - VPN_PORT_FORWARDING_STATUS_FILE - VPN_PORT_FORWARDING - Deprecate PIA specific variables for VPN port forwarding Quentin McGaw 2023-04-27 10:22:23 +00:00
  • 4e2e46014d chore(settings): inet.af/netaddr -> net/netip Quentin McGaw 2023-04-23 11:43:50 +00:00
  • 1693c59e0d chore(lint): fix issues - sources/env: remove unused envToInt - fix ireturn error for newCipherDESCBCBlock Quentin McGaw 2023-04-22 08:13:09 +00:00
  • 9d4105ee59 chore(settings): remove unneeded pointers.go Quentin McGaw 2023-04-22 08:06:08 +00:00
  • 19585da3bc chore(deps): bump inet.af/netaddr Quentin McGaw 2023-04-20 23:25:41 +00:00
  • 51f830cfc1 chore(wireguard): bump dependencies Quentin McGaw 2023-04-20 23:24:58 +00:00
  • 804ea7ebd6 feat(surfshark): update servers data Quentin McGaw 2023-04-20 23:22:27 +00:00
  • 3294b8df60 feat(perfectprivacy): update servers data Quentin McGaw 2023-04-20 23:10:57 +00:00
  • d77ec7a6cb fix(perfectprivacy): remove check for hostname in servers Quentin McGaw 2023-04-20 23:06:14 +00:00
  • 219d1f371c chore(all): wrap all sentinel errors - Force to use errors.Is instead of == to compare errors Quentin McGaw 2023-04-12 10:18:16 +00:00
  • fa7fd5f076 fix(pprof): settings rates can be nil Quentin McGaw 2023-04-12 10:14:05 +00:00
  • d4f8eea7bf Chore(deps): Bump github.com/vishvananda/netlink from 1.1.1-0.20211129163951-9ada19101fc5 to 1.2.1-beta.2 (#1414) dependabot[bot] 2023-04-12 05:30:45 -07:00
  • 723d0f5e12 chore(lint): upgrade from v1.51.2 to v1.52.2 Quentin McGaw 2023-04-12 08:36:58 +00:00
  • 20f4d8cc0b Chore(deps): Bump github.com/fatih/color from 1.14.1 to 1.15.0 (#1484) dependabot[bot] 2023-04-11 09:04:35 -07:00
  • 64cca69bf3 Chore(deps): Bump golang.org/x/net from 0.0.0-20220418201149-a630d4f3e7a2 to 0.9.0 (#1509) dependabot[bot] 2023-04-11 09:04:11 -07:00
  • fc8a2abb8f fix(routing): add policy rules for each destination local networks (#1493) Kyle Manna 2023-04-11 11:03:07 -05:00
  • 16ecf48b89 fix(vpnunlimited): lower TLS security level to 0 (#1476) v3.33.0 Quentin McGaw 2023-04-11 14:08:54 +02:00
  • 8fa4fd1b64 chore(labels): update labels - remove issue category labels - Add temporary status labels - Add complexity labels Quentin McGaw 2023-04-03 11:58:12 +00:00
  • 4db6d1ecf9 chore(dev): add openssl to dev container Quentin McGaw 2023-04-03 10:41:29 +00:00
  • 3b86927ca7 fix(vpnsecure): upgrade Openvpn key encryption if needed (#1471) Quentin McGaw 2023-04-03 12:40:09 +02:00
  • 8bfa2f9b27 chore(docker): loosen pin for openssl 1.1 - Credits to @kylemanna Quentin McGaw 2023-04-03 08:21:58 +00:00
  • fe2a3e4d11 chore(docker): remove no longer needed apk-tools Quentin McGaw 2023-04-03 08:20:08 +00:00
  • b0451d8e50 feat(docker): install full-featured wget - Fixes #1260, #1494 - Does not spawn openssl zombie processes Quentin McGaw 2023-04-03 08:10:48 +00:00
  • a0b9044fd3 fix(hidemyass): add warning of end of life - Fixes #1498 - Credits to @Fukitsu Quentin McGaw 2023-04-03 07:58:04 +00:00
  • c7a841f4b4 chore(openvpn/extract): simplify PEM extract Quentin McGaw 2023-04-01 16:57:09 +00:00
  • 4ba159e483 chore(all): review error wrappings - remove repetitive cannot and failed prefixes - rename unmarshaling to decoding Quentin McGaw 2023-04-01 16:53:04 +00:00
  • 63a696d7e7 Chore(deps): Bump docker/build-push-action from 3.2.0 to 4.0.0 (#1378) dependabot[bot] 2023-04-01 08:28:34 -07:00
  • 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