refactor(index.mjs): change listen ip to 0/32
Make server listen on all network interfaces Allow external connections by binding to 0.0.0.0 instead of localhost only
This commit is contained in:
Reference in New Issue
Block a user
Make server listen on all network interfaces Allow external connections by binding to 0.0.0.0 instead of localhost only