summaryrefslogtreecommitdiff
path: root/nginx/allow/private.conf
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-06-11 00:55:46 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-06-11 00:55:46 +0000
commit52ffe5bdcdffccef86ce162f4ae950b2ccca4673 (patch)
treed0dd4697a3501c50f2a3c25d7d18ea5a001309f7 /nginx/allow/private.conf
202606110054release
Diffstat (limited to 'nginx/allow/private.conf')
-rw-r--r--nginx/allow/private.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/nginx/allow/private.conf b/nginx/allow/private.conf
new file mode 100644
index 00000000..a4ad337a
--- /dev/null
+++ b/nginx/allow/private.conf
@@ -0,0 +1,18 @@
+allow 0.0.0.0/8;
+allow 10.0.0.0/8;
+allow 100.64.0.0/10;
+allow 127.0.0.0/8;
+allow 169.254.0.0/16;
+allow 172.16.0.0/12;
+allow 192.0.0.0/24;
+allow 192.0.2.0/24;
+allow 192.88.99.0/24;
+allow 192.168.0.0/16;
+allow 198.18.0.0/15;
+allow 198.51.100.0/24;
+allow 203.0.113.0/24;
+allow 224.0.0.0/3;
+allow ::/127;
+allow fc00::/7;
+allow fe80::/10;
+allow ff00::/8;