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