From 547bd559bdbd9b8cb1b670f8a2b318bc1bb98ff8 Mon Sep 17 00:00:00 2001 From: naison <895703375@qq.com> Date: Wed, 1 Apr 2026 22:07:18 +0800 Subject: [PATCH] refactor: change inner ip range from 198.19/16 to 198.18/16 --- docs/functions/8_dind.md | 2 +- .../docusaurus-plugin-content-docs/current/functions/8_dind.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/functions/8_dind.md b/docs/functions/8_dind.md index 25c7a46..01281eb 100644 --- a/docs/functions/8_dind.md +++ b/docs/functions/8_dind.md @@ -106,7 +106,7 @@ OK: 8 MiB in 19 packages Hello world!/opt/microservices # /opt/microservices # curl authors:9080/health -H "foo: bar" ->>Received request: GET /health from 198.19.0.109:57930 +>>Received request: GET /health from 198.18.0.109:57930 Hello world!/opt/microservices # /opt/microservices # curl localhost:9080/health {"status":"Authors is healthy"}/opt/microservices # exit diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/functions/8_dind.md b/i18n/zh/docusaurus-plugin-content-docs/current/functions/8_dind.md index 376283a..e5f47a4 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/functions/8_dind.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/functions/8_dind.md @@ -106,7 +106,7 @@ OK: 8 MiB in 19 packages Hello world!/opt/microservices # /opt/microservices # curl authors:9080/health -H "foo: bar" ->>Received request: GET /health from 198.19.0.109:57930 +>>Received request: GET /health from 198.18.0.109:57930 Hello world!/opt/microservices # /opt/microservices # curl localhost:9080/health {"status":"Authors is healthy"}/opt/microservices # exit