openvpn-install/README.md
2020-05-07 09:37:42 +08:00

29 lines
600 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.

# 请用于正规用途
使用TAP模式为游戏优化
无NAT仅保留局域网功能
## 使用方法
第一步,下载脚本:
```bash
curl -O https://raw.githubusercontent.com/Nouko61/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
```
第二步,运行:
```sh
./openvpn-install.sh
```
## 更多
[客户端下载](https://openvpn.net/community-downloads/)
更多信息请前往[原项目](https://github.com/angristan/openvpn-install)
This project is under the [MIT Licence](https://raw.githubusercontent.com/Angristan/openvpn-install/master/LICENSE)