Can Zoraxy function with a two-server setup: one for computation and the other as a proxy to the internet? #503
-
I currently use Rapiz1's Rathole as a proxy in my setup, but I'm interested in exploring alternatives like Zoraxy. My current architecture looks like this:
I’m wondering if Zoraxy could be used to support a similar configuration, with one server handling the computational work and the other acting as a proxy to the internet. Would this be feasible, or is Zoraxy designed to work differently? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@SteadyStatus21 That is why Zerotier (or the GAN option in Zoraxy) exists. It help you bridge two computer together with a "global area network". Though, I guess with some settings, rathole should be able to do the same thing as Zerotier (just without the UI part). You shd create an issue on rathole github and ask how can you allow your proxy server to access a web server on your homelab with private IP address (e.g. a dedicated network interface that forward packets sending to |
Beta Was this translation helpful? Give feedback.
@SteadyStatus21 That is why Zerotier (or the GAN option in Zoraxy) exists. It help you bridge two computer together with a "global area network".
Though, I guess with some settings, rathole should be able to do the same thing as Zerotier (just without the UI part). You shd create an issue on rathole github and ask how can you allow your proxy server to access a web server on your homelab with private IP address (e.g. a dedicated network interface that forward packets sending to
192.168.196.101:8080
over toyour_home_lab:8080
) or a loopback port (e.g.127.0.0.1:8123
toyour_home_lab:8080
)