From 6a432d01728a6c4ee873ffd1c83b6b1a36cd0396 Mon Sep 17 00:00:00 2001
From: nihilist
Date: Mon, 21 Apr 2025 20:14:14 +0200
Subject: [PATCH] update
---
opsec/openwebuilocalllms/index.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/opsec/openwebuilocalllms/index.html b/opsec/openwebuilocalllms/index.html
index 09acc6f..16f446e 100644
--- a/opsec/openwebuilocalllms/index.html
+++ b/opsec/openwebuilocalllms/index.html
@@ -1327,7 +1327,7 @@ In my case it's 172.17.0.1.
Now, we'll make Tor listen on this interface with HTTP CONNECT proxy (since Open WebUI search feature doesn't support socks5). Add at the top of /etc/tor/torrc file the following line:
-
HTTPTunnelPort 172.17.0.1:9080
+SOCKSPort 172.17.0.1:9050
Remember to replace the IP with the one you got from previous step.
@@ -1340,7 +1340,7 @@ udp UNCONN 0 0 0.0.0.0:bootpc 0.0.0.0:*
tcp LISTEN 0 4096 127.0.0.1:9050 0.0.0.0:* users:(("tor",pid=1572,fd=6))
tcp LISTEN 0 4096 127.0.0.1:3000 0.0.0.0:* users:(("docker-proxy",pid=13793,fd=7))
tcp LISTEN 0 128 0.0.0.0:ssh 0.0.0.0:* users:(("sshd",pid=522,fd=3))
-tcp LISTEN 0 4096 172.17.0.1:9080 0.0.0.0:* users:(("tor",pid=1572,fd=7))
+tcp LISTEN 0 4096 172.17.0.1:9050 0.0.0.0:* users:(("tor",pid=1572,fd=7))
tcp LISTEN 0 4096 127.0.0.1:11434 0.0.0.0:* users:(("docker-proxy",pid=13708,fd=7))
tcp LISTEN 0 128 [::]:ssh [::]:* users:(("sshd",pid=522,fd=4))
@@ -1360,8 +1360,8 @@ Add 3