From 4f3b3065e97c5efcd551ab2a7bde52684198801b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Oct 2022 13:51:04 -0400 Subject: [PATCH] proxy rlvm ip instead of statusvern for librex --- common/librex.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/librex.conf b/common/librex.conf index 23d2098..4f03c09 100644 --- a/common/librex.conf +++ b/common/librex.conf @@ -1,7 +1,7 @@ add_header Onion-Location http://lx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri; location / { - proxy_pass https://lx.vern.cc/; + proxy_pass http://192.168.122.53:8002/; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;