openvpn-install/README.md

32 lines
757 B
Markdown
Raw Normal View History

2018-09-20 17:16:04 +02:00
# openvpn-install
2020-05-07 00:06:34 +08:00
一键部署一个用于局域网游戏的Openvpn服务器
2020-05-07 02:13:45 +08:00
自动设置Openvpn为TAP模式为游戏优化
2020-05-07 02:16:12 +08:00
关闭NAT和DNS修改仅保留局域网功能。
2020-05-07 00:12:40 +08:00
2020-05-07 02:16:12 +08:00
有些选项实在是看不懂就没翻译。。。
2020-05-07 00:17:19 +08:00
2020-05-07 00:06:34 +08:00
## 使用方法
2020-05-07 00:06:34 +08:00
第一步,下载脚本:
```bash
2020-05-07 00:13:19 +08:00
curl -O https://raw.githubusercontent.com/Nouko61/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
```
2020-05-07 02:13:45 +08:00
第二步,运行:
2018-09-20 17:16:04 +02:00
```sh
./openvpn-install.sh
```
2020-05-07 00:06:34 +08:00
## 更多
2020-05-07 02:15:05 +08:00
客户端下载需科学上网https://openvpn.net/community-downloads/
2020-05-07 02:13:45 +08:00
更多信息请前往[原项目](https://github.com/angristan/openvpn-install)
This project is under the [MIT Licence](https://raw.githubusercontent.com/Angristan/openvpn-install/master/LICENSE)