DelphiRio 4 Posted June 20, 2023 (edited) Hi all, I have two servers which are running 2 http proxies (TIdHttpServerProxy). The first one is assigned to a public IP, and the second one is assigned to a private IP. Those are in difference private network! My question is: is there any component to forward connection from public proxy to the private one? The public one could run any software/component! Thanks! Edited June 20, 2023 by DelphiRio Share this post Link to post
Fr0sT.Brutal 900 Posted June 20, 2023 Sure, just accept incoming data with Server's socket and relay it to 2nd proxy. IDK about a special component for that. Share this post Link to post
DelphiRio 4 Posted June 23, 2023 I solved this problem by using OpenVPN! 1 Share this post Link to post