From 8c192d99909370f62d79b7c7f7d4eb5b4fd1a61f Mon Sep 17 00:00:00 2001 From: Ara Sadoyan Date: Mon, 19 May 2025 20:21:30 +0200 Subject: [PATCH] Move to RusTLS, Static binary build, performance improvements. --- etc/upstreams.yaml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/etc/upstreams.yaml b/etc/upstreams.yaml index 26a2d05..fae5bcb 100644 --- a/etc/upstreams.yaml +++ b/etc/upstreams.yaml @@ -8,12 +8,12 @@ globals: - "Access-Control-Max-Age:86400" - "X-Custom-Header:Something Special" # authorization: # Optional, only one of auth methods below can be active at a time -# - "jwt" -# - "910517d9-f9a1-48de-8826-dbadacbd84af-cb6f830e-ab16-47ec-9d8f-0090de732774" # - "basic" -# - "zangag:Anhnazand1234" +# - "gazan:Gazanpass1234" # - "apikey" # - "5a28cc4c-ce10-4ff1-824e-743c38835f5c" +# - "jwt" +# - "910517d9-f9a1-48de-8826-dbadacbd84af-cb6f830e-ab16-47ec-9d8f-0090de732774" consul: # If the provider is consul. Otherwise ignored servers: - "http://master1:8500" @@ -68,6 +68,11 @@ upstreams: # If provider is files. Otherwise ignored servers: - "192.168.1.10:8000" - "192.168.1.1:8000" + apt.netangels.net: + paths: + "/": + servers: + - "apt.netangels.net:443" test.netangels.net: paths: "/": @@ -87,14 +92,4 @@ upstreams: # If provider is files. Otherwise ignored paths: "/": servers: - - "127.0.0.1:9000" - ajbever.com: - paths: - "/": - servers: - - "ajbever.com:443" - apt.netangels.net: - paths: - "/": - servers: - - "85.17.24.1:443" + - "127.0.0.1:9000" \ No newline at end of file