mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-03-14 22:53:14 +01:00
29 lines
593 B
Markdown
29 lines
593 B
Markdown
# openvpn-install
|
||
|
||
一键部署一个用于局域网游戏的Openvpn服务器
|
||
|
||
精简了原脚本,去除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)
|