core: 修复国内机器误判为 IPv6 不通

原因是用了 ping dnspod 公共 IPv6 DNS 作为连通性检测
但是这个 DNS 禁 ping
This commit is contained in:
bin456789
2024-08-24 17:28:17 +08:00
parent 49420773dd
commit 665f976a87
4 changed files with 8 additions and 8 deletions

View File

@ -151,7 +151,7 @@ bash reinstall.sh centos 9
### Feature 2: DD
- Supports `raw` `vhd` `gzip` and `xz` formatted images
- Supports `raw`, `vhd`, `gzip` and `xz` formatted images
- When using DD with a Windows image, the script will automatically expand the system partition. For static IP machines, the IP will be configured automatically, and it may take a few minutes to take effect on first boot
```bash