Update README_EN.md

This commit is contained in:
xykt
2025-08-03 01:03:44 +08:00
committed by GitHub
parent 40eb907b5a
commit 36782edd2c

View File

@@ -37,10 +37,16 @@
![Net](https://github.com/xykt/ScriptMenu/raw/main/res/Net_EN.png) ![Net](https://github.com/xykt/ScriptMenu/raw/main/res/Net_EN.png)
##### Bash:
````bash ````bash
bash <(curl -Ls https://Check.Place) -EN bash <(curl -Ls https://Check.Place) -EN
```` ````
##### Docker:
````bash
docker run --rm --net=host -it xykt/check -EN && docker rmi xykt/check > /dev/null 2>&1
````
### Advanced Mode: Run with Parameters ### Advanced Mode: Run with Parameters
![Help](https://github.com/xykt/NetQuality/raw/main/res/help.png) ![Help](https://github.com/xykt/NetQuality/raw/main/res/help.png)
@@ -142,8 +148,15 @@ bash <(curl -Ls https://Net.Check.Place) -Ef
bash <(curl -Ls https://Net.Check.Place) -p bash <(curl -Ls https://Net.Check.Place) -p
```` ````
##### Docker (supports runtime arguments; insert them before the ```&&```):
````bash
docker run --rm --net=host -it xykt/netquality -E && docker rmi xykt/netquality > /dev/null 2>&1
````
## Script Updates ## Script Updates
2025/08/03 00:00 Add Docker support
2025/08/01 15:15 Add -p for privacy mode, which disables online report links 2025/08/01 15:15 Add -p for privacy mode, which disables online report links
2025/07/30 16:50 Replace all HTTP requests with HTTPS to improve script security 2025/07/30 16:50 Replace all HTTP requests with HTTPS to improve script security