From b9a21816eb3cf165bdbe7594ebc86c1239ac81f9 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 20 May 2026 06:30:22 +0000 Subject: [PATCH] fix: allow d601 database access --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index f9b8ae4c..f97fe8e8 100644 --- a/config.json +++ b/config.json @@ -34,7 +34,8 @@ "bindHost": "0.0.0.0", "allowedSourceCidrs": [ "36.49.30.105/32", - "59.72.97.73/32" + "59.72.97.73/32", + "175.30.53.221/32" ] } },