From 70cdf7e12fa11c8da464681f2cb65143c87ac841 Mon Sep 17 00:00:00 2001 From: Roi Feng <37480123+Rayzggz@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:34:57 -0500 Subject: [PATCH] fix: config example --- {config => config_example}/error_page/403.html | 0 {config => config_example}/error_page/CAPTCHA.html | 0 .../rules/CAPTCHA.example.yml => config_example/rules/CAPTCHA.yml | 0 {config => config_example}/rules/IP_AllowList.conf | 0 {config => config_example}/rules/IP_BlockList.conf | 0 {config => config_example}/rules/URL_AllowList.conf | 0 {config => config_example}/rules/URL_BlockList.conf | 0 config/torii.example.yml => config_example/torii.yml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {config => config_example}/error_page/403.html (100%) rename {config => config_example}/error_page/CAPTCHA.html (100%) rename config/rules/CAPTCHA.example.yml => config_example/rules/CAPTCHA.yml (100%) rename {config => config_example}/rules/IP_AllowList.conf (100%) rename {config => config_example}/rules/IP_BlockList.conf (100%) rename {config => config_example}/rules/URL_AllowList.conf (100%) rename {config => config_example}/rules/URL_BlockList.conf (100%) rename config/torii.example.yml => config_example/torii.yml (100%) diff --git a/config/error_page/403.html b/config_example/error_page/403.html similarity index 100% rename from config/error_page/403.html rename to config_example/error_page/403.html diff --git a/config/error_page/CAPTCHA.html b/config_example/error_page/CAPTCHA.html similarity index 100% rename from config/error_page/CAPTCHA.html rename to config_example/error_page/CAPTCHA.html diff --git a/config/rules/CAPTCHA.example.yml b/config_example/rules/CAPTCHA.yml similarity index 100% rename from config/rules/CAPTCHA.example.yml rename to config_example/rules/CAPTCHA.yml diff --git a/config/rules/IP_AllowList.conf b/config_example/rules/IP_AllowList.conf similarity index 100% rename from config/rules/IP_AllowList.conf rename to config_example/rules/IP_AllowList.conf diff --git a/config/rules/IP_BlockList.conf b/config_example/rules/IP_BlockList.conf similarity index 100% rename from config/rules/IP_BlockList.conf rename to config_example/rules/IP_BlockList.conf diff --git a/config/rules/URL_AllowList.conf b/config_example/rules/URL_AllowList.conf similarity index 100% rename from config/rules/URL_AllowList.conf rename to config_example/rules/URL_AllowList.conf diff --git a/config/rules/URL_BlockList.conf b/config_example/rules/URL_BlockList.conf similarity index 100% rename from config/rules/URL_BlockList.conf rename to config_example/rules/URL_BlockList.conf diff --git a/config/torii.example.yml b/config_example/torii.yml similarity index 100% rename from config/torii.example.yml rename to config_example/torii.yml