From 94d27bbd75a4ed18f8ade8b94b8c59c72536034a Mon Sep 17 00:00:00 2001 From: filesite Date: Tue, 22 Oct 2024 09:21:03 +0800 Subject: [PATCH] add docker gateway ip for lan white ip list --- plugins/Common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Common.php b/plugins/Common.php index d160cbe..3a02fc3 100644 --- a/plugins/Common.php +++ b/plugins/Common.php @@ -703,6 +703,7 @@ Class Common { $localhostIps = array( '127.0.0.1', + '172.17.0.1', 'localhost', );