Files
softether/readme.md
2025-05-01 22:40:30 +08:00

19 lines
495 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.
# 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
```