From df76f39534986e6291bedf9e7b7551dff5defa56 Mon Sep 17 00:00:00 2001 From: 77-QiQi <87052253+77-QiQi@users.noreply.github.com> Date: Sun, 22 Dec 2024 04:23:21 +0800 Subject: [PATCH] fix: typo --- config/appprofile.example.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/appprofile.example.php b/config/appprofile.example.php index babbbaf52e..b3313bdb3d 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -95,8 +95,6 @@ ], [ 'query_type' => [ - 'A', - 'AAAA', 'SVCB', 'HTTPS', ], @@ -136,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,