diff --git a/adventurelog-system/adventurelog.yaml b/adventurelog-system/adventurelog.yaml index 82bfceb..16d06e8 100644 --- a/adventurelog-system/adventurelog.yaml +++ b/adventurelog-system/adventurelog.yaml @@ -378,6 +378,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/arcade-system/romm.yaml b/arcade-system/romm.yaml index 2ce42ff..2e78732 100644 --- a/arcade-system/romm.yaml +++ b/arcade-system/romm.yaml @@ -297,6 +297,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/audiobookshelf-system/audiobookshelf.yaml b/audiobookshelf-system/audiobookshelf.yaml index f33a3c7..cf7a5ed 100644 --- a/audiobookshelf-system/audiobookshelf.yaml +++ b/audiobookshelf-system/audiobookshelf.yaml @@ -141,6 +141,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/calibre-system/cwa.yaml b/calibre-system/cwa.yaml index c6eacd3..2fe13f9 100644 --- a/calibre-system/cwa.yaml +++ b/calibre-system/cwa.yaml @@ -944,6 +944,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/code-system/code.yaml b/code-system/code.yaml index 85eff87..2943d73 100644 --- a/code-system/code.yaml +++ b/code-system/code.yaml @@ -165,6 +165,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/gitea-system/gitea.yaml b/gitea-system/gitea.yaml index 350d9e3..e11c652 100644 --- a/gitea-system/gitea.yaml +++ b/gitea-system/gitea.yaml @@ -215,6 +215,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index 8103b47..836b8ec 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -2322,6 +2322,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/glance-system/glance-orsi.yaml b/glance-system/glance-orsi.yaml index f7d6ded..080f644 100644 --- a/glance-system/glance-orsi.yaml +++ b/glance-system/glance-orsi.yaml @@ -1509,6 +1509,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/immich-system/immich.yaml b/immich-system/immich.yaml index 1761ac2..d51bf75 100644 --- a/immich-system/immich.yaml +++ b/immich-system/immich.yaml @@ -487,6 +487,7 @@ metadata: # Allow all Hungarian traffic if ($geoip2_country_code = "HU") { set $geo_allowed 1; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } # Public share paths if ($request_uri ~* "^/share") { set $geo_allowed 1; } diff --git a/mon-system/monitoring.yaml b/mon-system/monitoring.yaml index dd9a8a0..7c6006b 100644 --- a/mon-system/monitoring.yaml +++ b/mon-system/monitoring.yaml @@ -577,6 +577,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/outline-system/outline.yaml b/outline-system/outline.yaml index 33fada6..5bdf285 100644 --- a/outline-system/outline.yaml +++ b/outline-system/outline.yaml @@ -403,6 +403,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/termix-system/termix.yaml b/termix-system/termix.yaml index 760e93f..5f45f95 100644 --- a/termix-system/termix.yaml +++ b/termix-system/termix.yaml @@ -124,6 +124,7 @@ metadata: 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; } + if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; }