Commit Graph

1385 Commits

Author SHA1 Message Date
hwdsl2 a42410822f Update docs 2024-05-03 22:25:07 -05:00
hwdsl2 bea8597b02 Add new option
- Add an option for specifying a Libreswan version to install,
  using variable VPN_SWAN_VER. Currently supported values are
  4.15 and 5.0. This could be useful for users who want to
  install the older Libreswan version 4.
2024-05-03 22:18:08 -05:00
hwdsl2 0b1eaf64b8 Update docs 2024-05-02 21:56:08 -05:00
hwdsl2 2ba4fe3305 Update tests 2024-05-02 21:39:42 -05:00
hwdsl2 b5d19d7f65 New Libreswan version
- Support upgrading to Libreswan 5.0.
2024-05-02 20:47:33 -05:00
hwdsl2 6f2efd3b59 New Libreswan version
- Use new Libreswan version 5.0.
  Ref: https://lists.libreswan.org/pipermail/swan-announce/2024/000058.html
2024-05-02 20:44:54 -05:00
hwdsl2 bf965cfd18 Fix for CentOS 9
- Fixed an issue with nftables on CentOS 9/8, where users may
  encounter the error "unsupported xtables compat expression"
  during VPN setup.
2024-05-01 20:35:02 -05:00
hwdsl2 30a46a0e15 Update tests 2024-04-28 12:12:37 -05:00
hwdsl2 028d6dc3b8 Update docs 2024-04-27 21:32:55 -05:00
hwdsl2 eb75915816 Update AWS template
- Add Ubuntu 24.04. Work around an issue where the CloudFormation
  helper scripts (e.g. cfn-signal) do not work with Python 3.12,
  by installing Python 3.11 from a PPA.
  Ref: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
- Install required package awscli on Debian 10-12.
- Cleanup
2024-04-27 21:19:33 -05:00
hwdsl2 1b769fb1a3 Update docs 2024-04-27 11:37:46 -05:00
hwdsl2 b58e65eb3c Add Ubuntu 24.04
- Add support for Ubuntu 24.04 LTS
  Ref: https://github.com/libreswan/libreswan/commit/46e9115
2024-04-27 11:03:58 -05:00
hwdsl2 7447f4b7da Update docs 2024-04-23 00:12:09 -05:00
Paweł Saniewski 4ee9911cbc
Update CloudFormation template (#1555)
- Bump Lambda runtime version to Python 3.12
2024-04-23 00:06:21 -05:00
hwdsl2 2748312665 Update docs 2024-04-17 20:44:11 -05:00
hwdsl2 a57082a0f1 Update tests 2024-04-17 20:43:41 -05:00
hwdsl2 ca8619476d New Libreswan version
- Support upgrading to Libreswan 4.15.
2024-04-17 20:43:02 -05:00
hwdsl2 49ab3b60a6 New Libreswan version
- Use new Libreswan version 4.15.
  Ref: https://lists.libreswan.org/pipermail/swan-announce/2024/000056.html
2024-04-17 20:42:32 -05:00
hwdsl2 017a226f30 Update docs 2024-04-17 20:41:56 -05:00
hwdsl2 bf0edf5627 Update OS support
- Cleanup. Ref: 1442e9f.
2024-04-14 14:21:03 -05:00
hwdsl2 828bb86924 Update tests 2024-04-14 11:31:56 -05:00
hwdsl2 1442e9f35c Update OS support
- Remove support for Ubuntu 18.04 and Debian 9, which reached EOL
  in June 2023 and July 2022, respectively.
- Cleanup
2024-04-14 11:31:33 -05:00
hwdsl2 25670f39e7 Update IKEv2 script
- Update client config file generation code due to a recent change
  on Ubuntu 20.04: The libnss3 package was recently updated to
  version 3.98 on Ubuntu 20.04, which requires these changes to the
  IKEv2 script.
  Ref: https://packages.ubuntu.com/focal/libnss3
2024-04-10 22:06:28 -05:00
hwdsl2 4c6f37e5a5 Update docs 2024-03-20 21:40:28 -05:00
hwdsl2 e5eabbe4f6 Update docs 2024-03-17 10:31:37 -05:00
hwdsl2 3ec000ebb4 Update docs 2024-03-16 12:16:49 -05:00
hwdsl2 127759a562 Update docs 2024-03-16 11:53:36 -05:00
hwdsl2 7bd9e3edb5 Update tests 2024-03-16 11:53:09 -05:00
hwdsl2 3b24405cdd New Libreswan version
- Support upgrading to Libreswan 4.14.
2024-03-16 11:52:16 -05:00
hwdsl2 7ee03da7d0 New Libreswan version
- Use new Libreswan version 4.14.
  Ref: https://lists.libreswan.org/pipermail/swan-announce/2024/000055.html
2024-03-16 11:50:58 -05:00
hwdsl2 f5acbdf54d Update docs 2024-02-24 19:15:05 -06:00
hwdsl2 d56472d15e Update docs
- Add instructions for enabling split tunneling on Windows.
  Thanks @userofjack for contributing the steps in #1530.
- Minor updates to IKEv1 troubleshooting section.
2024-02-24 14:44:36 -06:00
hwdsl2 9d2939d6bb Update tests 2024-02-03 23:48:34 -06:00
hwdsl2 198bd98fbb Update year 2024-02-03 15:31:58 -06:00
hwdsl2 5bb63dac28 Update Alpine Linux versions
- Add Alpine Linux 3.19 and remove 3.17.
2024-02-03 15:24:29 -06:00
hwdsl2 b7b3fc3169 Update docs
- Add a section about customizing VPN On Demand rules.
2023-12-19 10:18:36 -06:00
hwdsl2 18d51449ed Update docs 2023-12-13 13:07:31 -06:00
hwdsl2 9268ad2e05 Update IKEv2 script
- Add a command line option "-y" (or "--yes") to assume "yes" as answer
  to prompts when revoking/deleting a client or removing IKEv2.
  Ref: #1499
2023-12-13 13:03:17 -06:00
hwdsl2 6e16b9853e Update docs 2023-12-09 23:57:33 -06:00
hwdsl2 5a9402b75b Improve VPN ciphers
- Update VPN ciphers for compatibility with macOS 14 (Sonoma).
  Ref: #1486, libreswan/libreswan#1450
2023-12-09 23:39:07 -06:00
hwdsl2 f2061391c6 Update docs 2023-11-30 14:22:42 -06:00
hwdsl2 b43e9759b7 Update docs 2023-11-27 21:53:06 -06:00
hwdsl2 7573090022 Update docs 2023-11-25 01:24:07 -06:00
hwdsl2 82cb3f82b1 Update docs 2023-11-20 23:02:42 -06:00
Scottpedia 230b628e28
Update Cloudformation template (#1490)
- Improve formatting and code organization.
2023-11-20 22:52:13 -06:00
hwdsl2 5adab8c444 Update docs 2023-11-20 00:59:31 -06:00
hwdsl2 f39c7fd27e Update tests 2023-11-18 20:12:40 -06:00
hwdsl2 dd6f260a44 Update docs 2023-11-18 18:41:01 -06:00
hwdsl2 32d09c6937 Update docs 2023-11-12 22:08:59 -06:00
hwdsl2 9622f72ece Update docs
- Add a troubleshooting section on macOS Sonoma disconnect issues.
  Ref: #1486. Thanks @0x-2a!
2023-11-11 12:03:13 -06:00