From 59cc162bc4fdae931a3d3df45a8f6ccabc4470a3 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 20 Jan 2026 19:15:04 +0100 Subject: [PATCH] added local access to opengist --- opengist-system/opengist.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opengist-system/opengist.yaml b/opengist-system/opengist.yaml index 3b41f86..fbace94 100644 --- a/opengist-system/opengist.yaml +++ b/opengist-system/opengist.yaml @@ -173,6 +173,8 @@ metadata: set $geo_allowed 0; # Allow all Hungarian traffic + if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } + if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; }