From aeb0696f457ca85b62d15ab6586c5779cf5cd97b Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 31 Jul 2026 16:56:21 +0800
Subject: [PATCH] feat(firewall): 添加访问日志功能
---
etc/nginx/conf.d/firewall_country_1.conf | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/etc/nginx/conf.d/firewall_country_1.conf b/etc/nginx/conf.d/firewall_country_1.conf
new file mode 100644
index 0000000..11933ae
--- /dev/null
+++ b/etc/nginx/conf.d/firewall_country_1.conf
@@ -0,0 +1,7 @@
+# Firewall Country Allow Map
+# Site: 独立站 (polypepprotein.com)
+# Generated at: Fri Jul 31 13:49:31 CST 2026
+
+map $geoip_country_code $allow_country_1 {
+ default 0;
+}
--
Gitblit v1.9.1