mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-03-14 14:43:13 +01:00
29 lines
594 B
Markdown
29 lines
594 B
Markdown
# 请用于合法用途
|
||
|
||
自动配置TAP模式(为游戏优化)
|
||
|
||
无NAT和DNS,仅保留局域网功能
|
||
|
||
## 使用方法
|
||
|
||
第一步,下载脚本:
|
||
|
||
```bash
|
||
curl -O https://github.com/Nouko61/openvpn-install/raw/master/openvpn-install.sh
|
||
chmod +x openvpn-install.sh
|
||
```
|
||
|
||
第二步,运行:
|
||
|
||
```sh
|
||
./openvpn-install.sh
|
||
```
|
||
|
||
## 更多
|
||
|
||
[自制客户端](https://github.com/Nouko61/Simple-Lancher)
|
||
|
||
更多信息请前往[原项目](https://github.com/angristan/openvpn-install)
|
||
|
||
This project is under the [MIT Licence](https://raw.githubusercontent.com/N/openvpn-install/master/LICENSE)
|