1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-24 05:56:08 +03:00
Commit Graph

209 Commits

Author SHA1 Message Date
Davi Torres
d6045a1d60
Merge pull request #2 from davift/davift-patch-1 2024-09-16 20:47:31 -04:00
Davi Torres
796744357f
Update README.md 2024-09-16 20:46:29 -04:00
Davi Torres
a6958b5eb9
Update openvpn-install.sh 2024-09-16 20:44:51 -04:00
Davi Torres
55c2ebded6
Added capability to set custom DNS server 2024-09-16 19:39:41 -04:00
davift
6e63867b6b
Added CLI Script for Managing Clients 2024-09-13 23:25:33 -04:00
davift
a45405bdfd
Update README.md 2024-09-13 23:20:35 -04:00
davift
5c7d14bfd2
Create openvpn-cli.sh 2024-09-13 15:59:48 -04:00
davift
51adf8ae7e
Added CLI Clients Management 2024-09-13 15:58:00 -04:00
davift
2826bbd741
Merge branch 'Nyr:master' into master 2024-09-13 15:13:38 -04:00
Nyr
52d545081a Update to easy-rsa v3.2.1 2024-09-13 20:33:57 +02:00
Nyr
62781749e5 Update README.md 2024-09-09 14:23:16 +02:00
davift
32426e453d
Update openvpn-install.sh 2024-08-23 20:38:40 -04:00
davift
ebc99657a3
Update openvpn-install.sh 2024-08-23 20:36:50 -04:00
davift
0756d4a74c
Update openvpn-install.sh 2024-08-23 20:35:55 -04:00
davift
479bb95661
Update openvpn-install.sh 2024-08-23 19:43:27 -04:00
Nyr
e4a9a310eb Update to easy-rsa v3.2.0 2024-05-23 19:18:24 +02:00
Nyr
1a484a642f Improve error message 2024-04-23 16:44:52 +02:00
Nyr
b86d97d3e3 Remove support for old distros
The following versions are no longer supported:
- Debian 10
- Ubuntu 18.04
- Ubuntu 20.04
- CentOS/Alma/Rocky 7
- CentOS/Alma/Rocky 8
- Fedora 31
2024-04-23 14:06:10 +02:00
Nyr
6936231d86 Update README.md 2023-11-08 12:40:11 +01:00
Nyr
52b12468b1 Remove --cipher parameter
--cipher has been deprecated since v2.4 and was kept for compatibility purposes.
2023-10-26 16:11:50 +02:00
Nyr
4b412c94b4 Fix #970 2023-10-19 16:17:28 +02:00
Nyr
af2710df46 Update to easy-rsa v3.1.7 2023-10-14 19:22:24 +02:00
Nyr
cd6869bf4d Update to easy-rsa v3.1.5 2023-06-14 12:51:58 +02:00
Nyr
9d6d87a6fb Update to easy-rsa v3.1.3 2023-05-19 16:16:50 +02:00
Nyr
d4ae10ec25 Update to easy-rsa v3.1.2 2023-01-18 18:40:18 +01:00
Nyr
f943387083 Update to easy-rsa v3.1.1
--no-install-recommends is now required for Debian:
https://github.com/OpenVPN/easy-rsa/issues/725
2022-10-13 21:17:39 +02:00
Nyr
f2c44dea40 Change "block-outside-dns" placement
This is mainly to work around a bug in Viscosity for macOS:
https://www.sparklabs.com/forum/viewtopic.php?t=3152
2022-09-23 17:07:43 +02:00
Nyr
d28c8e74e7 Fix resolv.conf detection
Some systems have other DNS servers along with 127.0.0.53 in /etc/resolv.conf
2022-08-21 20:33:34 +02:00
Nyr
1a118b72f8 Update README.md 2022-08-21 19:33:38 +02:00
Nyr
c0a3562f64 Update to easy-rsa v3.1.0 2022-05-19 17:59:35 +02:00
Nyr
2c5bb08f4e Update to easy-rsa v3.0.9 2022-05-18 15:16:11 +02:00
Nyr
0709b9498c Update easy-rsa to v3.0.9-rc1 for Ubuntu 22.04 2022-05-05 11:44:36 +02:00
Nyr
a7474c95ca Restore git.io
git.io will not stop functioning after all:
https://github.blog/changelog/2022-04-25-git-io-deprecation/?#changelog-64536
2022-04-29 16:44:49 +02:00
Nyr
36f1d82cba Replace git.io
git.io will stop functioning by the end of this workweek:
https://github.blog/changelog/2022-04-25-git-io-deprecation/
2022-04-27 12:37:53 +02:00
Nyr
8b6c81f79e Ubuntu 22.04 support 2022-04-21 21:11:44 +02:00
Nyr
94c94bbbc9 Add support for AlmaLinux and Rocky Linux
An unrelated fix to avoid one harmless warning during removal is also included.
2021-09-03 18:58:25 +02:00
Nyr
2cce4599e2 Check for wget or curl 2021-08-16 20:22:36 +02:00
Nyr
4f737ac2f8
Merge pull request #849 from trivvz/patch-1
Increase priority of openvpn-forward.conf
2021-06-19 13:54:25 +02:00
Tomasz Wojdat
01b64d65c8
Increase priority of openvpn-forward.conf
`30-openvpn-forward.conf` renamed to `99-openvpn-forward.conf`.
2021-03-11 22:49:04 +01:00
Nyr
cb8730b621
Merge pull request #756 from randomshell/patch-2
Use openvpn status path from systemd service
2021-02-22 19:36:58 +01:00
Nyr
26e39cf4d7 Update AdGuard DNS IP
AdGuard changed their DNS IP recently:
https://adguard.com/en/blog/adguard-dns-new-addresses.html

Thanks @trantuanminh1754 for noticing.
2020-09-30 00:06:55 +02:00
Nyr
da299172df Update to easy-rsa v3.0.8 2020-09-09 23:18:31 +02:00
Nyr
7ddd20911b Bugfix
-N is an illegal option for read in sh, so check if the user is using sh first.
2020-07-18 18:50:59 +02:00
Nyr
3ba1308a50 Update README.md 2020-07-17 19:06:11 +02:00
Nyr
e32cb6db86 Update README.md 2020-07-17 19:04:07 +02:00
Nyr
13f8b2e00c resolv.conf parsing optimizations 2020-05-29 14:16:29 +02:00
Nyr
221319aa54 Fix #764 2020-05-28 21:29:53 +02:00
Nyr
9847d99849
Merge pull request #760 from sorcun/master
egrep IP regex optimizations
2020-05-28 20:38:43 +02:00
Nyr
366d46a8cc Fix #762
Variables which can be empty, shouldn't be quoted in this situation.
2020-05-25 17:23:55 +02:00
Orcun
ae7e6d7ae5 egrep IP regex optimizations 2020-05-23 13:52:26 +00:00