---
title: "SSR&OpenVPN一键脚本推荐"
id: "1334"
type: "post"
slug: "ssropenvpn%e4%b8%80%e9%94%ae%e8%84%9a%e6%9c%ac%e6%8e%a8%e8%8d%90"
published_at: "2017-05-30T02:32:21+00:00"
modified_at: "2017-06-03T00:50:52+00:00"
url: "https://seq.ink/all/1334.html"
markdown_url: "https://seq.ink/all/1334.html.md"
excerpt: "SSR一键脚本 wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/SSR-Bash-Python/master/install.sh && bash install.sh OpenVPN一键脚本 wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh"
taxonomy_category:
  - "ALL"
---

[SSR一键脚本](https://github.com/Re-s/SSR-Bash-Python)

```
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/SSR-Bash-Python/master/install.sh && bash install.sh
```

[OpenVPN一键脚本](https://github.com/Re-s/openvpn-install)

```
wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
```
