hwdsl2
0a8470da38
Update docs
...
- Update Linux VPN client instructions. Ref: #876
2021-01-05 23:53:07 -06:00
hwdsl2
346e862ebb
Update docs
...
- Closes #905
2021-01-05 09:59:31 -06:00
hwdsl2
fdd220b7a3
Update docs
2021-01-03 15:20:27 -06:00
hwdsl2
a5a1f4adb1
Cleanup
2021-01-03 14:05:13 -06:00
hwdsl2
dabf765978
Update year
2021-01-03 00:35:24 -06:00
hwdsl2
0119de50ad
Update tests
2021-01-02 23:44:12 -06:00
hwdsl2
40b8561962
Update AWS docs
2021-01-02 14:29:12 -06:00
hwdsl2
de7a529c6c
Cleanup
...
- Remove Debian 8 from VPN upgrade script, which is EOL on 06/30/2020
- Include OS arch when checking Libreswan version
- Other minor improvements
2021-01-02 14:25:50 -06:00
hwdsl2
753bf5a387
Update AWS template
...
- Minor cleanup
2021-01-02 11:43:19 -06:00
S. X. Liang
f205ecd6f8
Add CentOS 7/8 and Amazon Linux 2 support to Cloudformation template ( #901 )
...
Add CentOS 7/8 and Amazon Linux 2 support to Cloudformation template.
See #901 for details.
Co-authored-by: Scottpedia
2021-01-02 11:40:04 -06:00
hwdsl2
5f1ca68350
Update docs
2020-12-31 23:10:10 -06:00
hwdsl2
b3ad82fd48
Cleanup
2020-12-31 23:09:58 -06:00
hwdsl2
cac5191155
Add version check
...
- Check for latest supported Libreswan version, and remind users who use
a non-latest version of the VPN scripts that they can upgrade
- Other minor improvements
2020-12-31 18:24:41 -06:00
hwdsl2
313502293f
Update IKEv2 script
...
- Add check for existing certificates for the VPN server and client
- Other minor improvements
2020-12-30 22:53:19 -06:00
hwdsl2
88764568d2
Update docs
2020-12-29 16:36:44 -06:00
hwdsl2
8c859e7c43
Update tests
...
- Add tests for Amazon Linux 2
- Other minor improvements
2020-12-28 00:45:59 -06:00
hwdsl2
8c166aa4c1
Update AWS docs
2020-12-27 22:43:33 -06:00
S. X. Liang
42feb1fe44
Update README-zh.md ( #899 )
...
- add note to warn users of the possible unavailability of certain instance types in certain regions.
2020-12-27 22:24:32 -06:00
S. X. Liang
922e983830
Update README.md ( #898 )
...
- add note to warn users of the possible unavailability of certain instance types in certain regions.
2020-12-27 22:24:12 -06:00
hwdsl2
8adead17b7
Update docs
2020-12-27 00:16:49 -06:00
hwdsl2
7006fb3fa5
Update docs
2020-12-26 15:19:21 -06:00
hwdsl2
e785263b5e
Update docs
2020-12-26 00:23:34 -06:00
hwdsl2
e7bbb50670
Add Amazon Linux 2
2020-12-26 00:19:50 -06:00
hwdsl2
74b2c4885e
Improve l2tp_ppp fix
...
- Improve fix for l2tp_ppp: Instead of commenting out ExecStartPre,
ignore the return code with the '-' prefix
2020-12-24 14:25:38 -06:00
hwdsl2
dbb5d0576d
Minor cleanup
2020-12-24 01:51:25 -06:00
hwdsl2
76c9d9c293
Update IKEv2 script
2020-12-20 01:15:00 -06:00
hwdsl2
95a7f9cde5
Update IKEv2 docs
2020-12-20 01:14:40 -06:00
hwdsl2
ac222d447c
Update docs
...
- Add note for macOS Big Sur 11.0. Closes #894 .
2020-12-16 00:01:08 -06:00
hwdsl2
3b1403668d
Update upgrade scripts
...
- Clean up Libreswan build flags for CentOS
- Minor improvements
2020-12-14 23:12:15 -06:00
hwdsl2
f9d84216d6
Fix Libreswan flags
...
- Fix Libreswan flags on e.g. Raspbian 10
2020-12-14 14:17:54 -06:00
hwdsl2
cf96051d6f
Update docs
2020-12-13 15:52:27 -06:00
hwdsl2
599c1dab15
Update IKEv2 script
...
- Minor improvements
2020-12-13 15:52:03 -06:00
hwdsl2
d9ab6ae1a5
Update docs
...
- Add a note about the default usernames for Debian/Ubuntu EC2 instances
- Ref: #887
2020-12-08 00:25:26 -06:00
hwdsl2
c1fb45f942
Fix for CentOS 8
...
- The repository ID "powertools" is now lower case in the latest
CentOS release. Update to work in both cases.
2020-12-07 11:37:48 -06:00
hwdsl2
027c70edb0
Update Debian check
...
- Update upgrade scripts to work on Debian 8 for now. Debian 8 (Jessie)
is EOL and users should upgrade to a newer Debian version.
2020-12-07 10:28:28 -06:00
hwdsl2
1c28442211
Update docs
2020-12-07 01:11:23 -06:00
hwdsl2
8a3f22ba65
Update Debian check
...
- Add check for Debian 8 (not supported)
2020-12-04 23:39:35 -06:00
hwdsl2
00f9d2ba86
Clean up build flags
...
- Clean up build flags for Libreswan. In Libreswan 4.1, these flags are
now set automatically based on Ubuntu/Debian versions, and no longer
needed for CentOS/RHEL 7 and 8.
- Ref: https://github.com/libreswan/libreswan/blob/main/mk/defaults/linux.mk
https://github.com/libreswan/libreswan/commit/c01ffcc1
2020-12-04 23:36:53 -06:00
hwdsl2
41142ee915
Remove CentOS 6
...
- CentOS 6 was EOL as of Nov. 30, 2020, and the default yum repos are
no longer available for installing new packages
Ref: https://wiki.centos.org/About/Product
2020-12-02 23:40:54 -06:00
S. X. Liang
26d5b30434
Add link to cloudformation console to the cloudformation page for user convenience. ( #886 )
...
- add link to the stack creation wizard for better user convenience.
2020-12-02 23:04:15 -06:00
hwdsl2
c424228658
Update IKEv2 docs
2020-12-01 00:42:11 -06:00
hwdsl2
7674810559
Clean up sysctl settings
2020-11-28 11:54:49 -06:00
hwdsl2
427e50a9ed
Update upgrade scripts
...
- Set sha2-truncbug to "no" when upgrading. This is required for
iOS 13/14 and macOS 10.15/11 VPN clients to connect.
- References: 3353888
#882
2020-11-27 11:16:12 -06:00
hwdsl2
cf1865a66e
Improve RPi detection
...
- Add check for 64-bit versions of Raspberry Pi OS, e.g. Ubuntu 20.04
on Raspberry Pi 4
- Ref: #852
2020-11-24 21:27:40 -06:00
hwdsl2
4eb84bb3bf
Update docs
...
- Closes #882
2020-11-24 20:53:04 -06:00
hwdsl2
b0f60d70bd
Update workflows
...
- Use Ubuntu 20.04 as GitHub Actions runner
2020-11-17 22:32:08 -06:00
hwdsl2
ccd072541b
Update Debian check
...
- Add check for Debian 10. See: https://git.io/vpndebian10
- Remove Debian 7 check
2020-11-17 00:50:35 -06:00
hwdsl2
b57678b893
Update upgrade scripts
...
- Remove support for upgrading to old Libreswan versions 3.19-3.25
- Minor improvements
2020-11-15 11:47:14 -06:00
hwdsl2
ecd99a6bba
Fix version detection
...
- Fix Libreswan version detection in upgrade scripts
2020-11-12 10:25:09 -06:00
hwdsl2
694679b59c
Update upgrade scripts
...
- Replace the obsolete ike-frag option in ikev2.conf (if exists),
which was removed in Libreswan 4.1.
2020-11-12 00:39:20 -06:00