diff --git a/README.md b/README.md index 200e943..269346d 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ periodHours = 1.0 # 白名单中的IP不受限流限制 whiteList = [ "127.0.0.1", + "172.17.0.0/16", "192.168.1.0/24" ] diff --git a/src/config.toml b/src/config.toml index 6a96c11..7526b75 100644 --- a/src/config.toml +++ b/src/config.toml @@ -16,6 +16,7 @@ periodHours = 1.0 # 白名单中的IP不受限流限制 whiteList = [ "127.0.0.1", + "172.17.0.0/16", "192.168.1.0/24" ] diff --git a/src/public/images.html b/src/public/images.html index a566894..9036bf7 100644 --- a/src/public/images.html +++ b/src/public/images.html @@ -581,7 +581,7 @@
支持多种Registry,在镜像名前添加本站域名即可加速下载。
+支持多种镜像仓库,在镜像名称前添加本站域名即可加速下载。