diff --git a/README.md b/README.md index 06ee6a9..17541a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- - + + license

@@ -54,11 +54,22 @@ bash <(curl -Ls Net.Check.Place) -6 bash <(curl -Ls Net.Check.Place) -P ```` -##### 完整路由模式: - +##### 完整路由模式(TCP大包): ```bash bash <(curl -Ls Net.Check.Place) -R [大陆地区省级行政区名称或中/英文简称] ``` +缺省状态默认检测北京、上海、广东三地 +```bash +bash <(curl -Ls Net.Check.Place) -R +``` +指定参数可检测任意大陆省级行政区(以下任选其一) +```bash +bash <(curl -Ls Net.Check.Place) -R 桂 +bash <(curl -Ls Net.Check.Place) -R 广西 +bash <(curl -Ls Net.Check.Place) -R 广西壮族自治区 +bash <(curl -Ls Net.Check.Place) -R GX +bash <(curl -Ls Net.Check.Place) -R gx +``` ##### 低数据模式: ````bash