mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-03-14 22:53:14 +01:00
31 lines
732 B
Markdown
31 lines
732 B
Markdown
# 部署用于局域网游戏的Openvpn服务器
|
||
|
||
设置Openvpn为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)
|