From d98ff5972e882f0624c5b9c8bad223acc8de1109 Mon Sep 17 00:00:00 2001 From: 77-QiQi <87052253+77-QiQi@users.noreply.github.com> Date: Sun, 22 Dec 2024 06:12:03 +0800 Subject: [PATCH] fix: update --- config/appprofile.example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/appprofile.example.php b/config/appprofile.example.php index b3313bdb3d..620285dc5a 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -134,7 +134,7 @@ 'tag' => 'in', 'address' => [ '172.18.0.1/30', - //'fdfe:dcba:9876::1/126', + 'fdfe:dcba:9876::1/126', ], 'auto_route' => true, 'strict_route' => true,