2018-09-20 17:16:04 +02:00
|
|
|
|
# openvpn-install
|
2018-01-25 12:28:27 +01:00
|
|
|
|
|
2020-05-07 00:06:34 +08:00
|
|
|
|
一键部署一个用于局域网游戏的Openvpn服务器
|
2020-04-28 11:26:24 +02:00
|
|
|
|
|
2020-05-07 00:12:40 +08:00
|
|
|
|
精简了原脚本,去除NAT和DNS,仅保留局域网功能
|
|
|
|
|
|
2020-05-07 00:06:34 +08:00
|
|
|
|
[原项目](https://github.com/angristan/openvpn-install)
|
2018-01-25 12:28:27 +01:00
|
|
|
|
|
2020-05-07 00:06:34 +08:00
|
|
|
|
## 使用方法
|
2018-01-25 12:28:27 +01:00
|
|
|
|
|
2020-05-07 00:06:34 +08:00
|
|
|
|
第一步,下载脚本:
|
2018-01-25 12:28:27 +01:00
|
|
|
|
|
|
|
|
|
```bash
|
2019-07-28 23:31:34 +02:00
|
|
|
|
curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
|
2018-01-25 12:28:27 +01:00
|
|
|
|
chmod +x openvpn-install.sh
|
|
|
|
|
```
|
|
|
|
|
|
2020-05-07 00:06:34 +08:00
|
|
|
|
然后,运行:
|
2018-01-25 12:28:27 +01:00
|
|
|
|
|
2018-09-20 17:16:04 +02:00
|
|
|
|
```sh
|
|
|
|
|
./openvpn-install.sh
|
|
|
|
|
```
|
|
|
|
|
|
2020-05-07 00:06:34 +08:00
|
|
|
|
## 更多
|
2018-01-25 12:28:27 +01:00
|
|
|
|
|
2020-05-07 00:06:34 +08:00
|
|
|
|
更多信息请前往原项目
|
2018-01-25 12:28:27 +01:00
|
|
|
|
|
2018-09-23 00:43:05 +02:00
|
|
|
|
This project is under the [MIT Licence](https://raw.githubusercontent.com/Angristan/openvpn-install/master/LICENSE)
|