From 62781749e530830acb803d17566c3ef4ec8bd7e1 Mon Sep 17 00:00:00 2001 From: Nyr Date: Mon, 9 Sep 2024 14:23:16 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f7a27..c577f5f 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,7 @@ You can get a VPS from just 2€/month at [AlphaVPS](https://alphavps.com/client ### Donations If you want to show your appreciation, you can donate via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VBAYDL34Z7J6L) or [cryptocurrency](https://pastebin.com/raw/M2JJpQpC). Thanks! -### Sponsor +### Sponsors This project is proudly sponsored by our friends at [FrogeHost](https://froge.host/?utm_source=nyr). + +For a commercial VPN with strong anti-censorship capabilities (最强翻墙VPN) from $1/month, check out [Clever VPN](https://www.clever-vpn.net/?wg-referral=01LOULuQoi). \ No newline at end of file From 52d545081a08392ef1ca91364905b419688c39ad Mon Sep 17 00:00:00 2001 From: Nyr Date: Fri, 13 Sep 2024 20:33:57 +0200 Subject: [PATCH 2/2] Update to easy-rsa v3.2.1 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 98ffd1d..3de597b 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -237,7 +237,7 @@ LimitNPROC=infinity" > /etc/systemd/system/openvpn-server@server.service.d/disab systemctl enable --now firewalld.service fi # Get easy-rsa - easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.0/EasyRSA-3.2.0.tgz' + easy_rsa_url='https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.1/EasyRSA-3.2.1.tgz' mkdir -p /etc/openvpn/server/easy-rsa/ { wget -qO- "$easy_rsa_url" 2>/dev/null || curl -sL "$easy_rsa_url" ; } | tar xz -C /etc/openvpn/server/easy-rsa/ --strip-components 1 chown -R root:root /etc/openvpn/server/easy-rsa/