mirror of
https://github.com/xykt/NetQuality.git
synced 2026-01-12 20:15:34 +08:00
Update README_EN.md
This commit is contained in:
13
README_EN.md
13
README_EN.md
@@ -37,10 +37,16 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
##### 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
|
||||||
|
|
||||||

|

|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user