19 lines
495 B
Markdown
19 lines
495 B
Markdown
# softether 服务器快速编译版本
|
||
|
||
当你不想辛苦的从官网下载并编译softether服务端的时候,可以尝试从这里下载。
|
||
|
||
只需要git clone本仓库,并且给予 **vpn*** 文件 **777**权限,你就可以快读的获取并执行softetherVPN了。
|
||
|
||
本仓库制品在ubuntu22.0环境下编译,理论上对ubuntu都适用。
|
||
|
||
|
||
|
||
一键安装脚本:
|
||
|
||
```
|
||
wget https://git.nia.ink/brnet/softether/raw/branch/main/install.sh
|
||
chmod 777 ./install.sh
|
||
./install.sh
|
||
```
|
||
|