How can I block localhost access from other computers on the same local network?
I have an offline app that serves a localhost server while it is running. Other computers on the same local network can access this server through 192.168.x.xxx
.
I want to block them from accessing this localhost server. I am thinking of … Continue reading How can I block localhost access from other computers on the same local network?