Hello!
On Sun, May 8, 2016 at 4:44 PM, Oleg P wrote:
> I have dedicated IP address on the server with installed openresty.
> All computers in my local network are established to this IP address as DNS.
> So, all requests from computer are transmitted to server.
>
> For example, computer 1 requests the web page, can I return this page using
> openresty like transparent proxy?
>
Yes, you can do that with OpenResty. Just be careful with https
traffic. You need to ensure all your web browsers in your local
network do trust your own SSL certificate on the proxy.
Regards,
-agentzh