diff --git a/.gitignore b/.gitignore index 3a2b25e..7addf75 100644 --- a/.gitignore +++ b/.gitignore @@ -5,12 +5,8 @@ *.dll *.exe *.sh -/docs/ +*.yaml /docs -/etc -/etc/ -etc -.etc/ assets/ assets /target/ @@ -26,4 +22,5 @@ crashlytics.properties crashlytics-build.properties /target /z_shpo +/configs Makefile diff --git a/Cargo.toml b/Cargo.toml index b2703b4..8367a66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.92.10" edition = "2021" license = "Apache-2.0" description = "Reverse proxy built on top of Cloudflare's Pingora" -exclude = ["etc/*"] +exclude = ["configs/*"] repository = "https://github.com/sadoyan/aralez" [profile.release] diff --git a/etc/stresstest.yaml b/etc/stresstest.yaml deleted file mode 100644 index f24b67c..0000000 --- a/etc/stresstest.yaml +++ /dev/null @@ -1,19 +0,0 @@ -provider: "file" -globals: - headers: - - "Access-Control-Allow-Origin:*" - - "Access-Control-Allow-Methods:POST, GET, OPTIONS" - - "Access-Control-Max-Age:86400" - - "X-Custom-Header:Something Special" -upstreams: - myip.netangels.net: - paths: - "/": - ssl: false - headers: - - "X-Proxy-From:Aralez" - servers: - - "192.168.221.213:8000" - - "192.168.221.214:8000" - - "192.168.221.210:8000" - - "192.168.221.212:8000" \ No newline at end of file