[wgo-web/nginx] Mark OSCP routers as trusted



commit 2cda398f8267e41741ec021b604f258c2afb8f17
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Sun Nov 22 14:13:12 2020 +0100

    Mark OSCP routers as trusted

 nginx.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/nginx.conf b/nginx.conf
index b702198..17f6aa8 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -43,6 +43,7 @@ http {
 
     # https://bugzilla.gnome.org/show_bug.cgi?id=795238
     geoip_country /usr/share/GeoIP/GeoIP.dat;
+    geoip_proxy 10.0.0.0/8;
     map $geoip_country_code $allowed_country {
        default yes;
         IR no;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]