Hacker News new | ask | show | jobs
by Silhouette 2240 days ago
You mean because it's on a different port that typically wouldn't be opened in the firewall to allow remote access?
1 comments

The default listen address is "localhost:2019", which means it'll only accept requests from apps running on the same machine. If you're running untrusted code on the same machine, then that might be problematic for you. You can also change the admin endpoint to be a unix socket instead of a TCP endpoint which allows you to use linux file permissions to protect it.