mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 05:30:05 +00:00
恢复对部分 Windows 旧版本支持
Windows Vista, Windows Server 2008, XP, Windows Server 2003 的 x64/x86
This commit is contained in:
18
README.md
18
README.md
@@ -8,10 +8,20 @@
|
||||
|
||||
## 一键脚本
|
||||
|
||||
```shell
|
||||
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
|
||||
sudo ./nezha.sh
|
||||
```
|
||||
- 海外:
|
||||
|
||||
```shell
|
||||
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
|
||||
sudo ./nezha.sh
|
||||
```
|
||||
|
||||
- 国内加速:
|
||||
|
||||
```shell
|
||||
curl -L https://raw.staticdn.net/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
|
||||
sudo ./nezha.sh
|
||||
```
|
||||
|
||||
## 常见问题
|
||||
|
||||
### 启用 HTTPS
|
||||
|
||||
Reference in New Issue
Block a user