Commit Graph

  • 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
  • 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