openvpn-install/README.md
2020-05-07 00:22:51 +08:00

31 lines
655 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# openvpn-install
一键部署一个用于局域网游戏的Openvpn服务器
修改原脚本为TAP模式去除NAT和DNS仅保留局域网功能。
[原项目](https://github.com/angristan/openvpn-install)
有些选项实在是看不懂就没翻译。。
## 使用方法
第一步,下载脚本:
```bash
curl -O https://raw.githubusercontent.com/Nouko61/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
```
然后,运行:
```sh
./openvpn-install.sh
```
## 更多
更多信息请前往原项目
This project is under the [MIT Licence](https://raw.githubusercontent.com/Angristan/openvpn-install/master/LICENSE)