Yacy is working much better on my machines in Senior mode, now that I am using a reverse SSH tunnel. That establishes a dedicated IP address, which my home internet gateway (ISP) does not block. However, sometimes the tunnel closes for unknown reasons. So that I do not have to babysit the computers and manually re-open the tunnel, I set up a shell script (in Linux) to monitor a tunnel, and if it closes, to automatically re-open it. Shell scripts are fairly simple to code, especially if you ask AI for help. I share this as inspiration in case you are dealing with a technical problem that could be automated.
1 Like