limit port access to localhost
I've written a few WebSocket servers to run locally for custom personal apps.
I have no authentication since they're meant to run locally, but I need to
be sure that no other system on the network can access them.
They listen on specific ports, so how can these be ports be made to only
grant access to localhost?
No comments:
Post a Comment