alexandrevicenzi/gistfy

Bind to public IP?

k0nsl opened this issue · 2 comments

k0nsl commented

What is the parameter for making gistfy bind to public IP, or one that I can specify manually? As far as I can recall, this used to be possible at one point. However, it's been some five months since I used it and I can't remember how I got it working.
At the moment it will only bind to 127.0.0.1.

k0nsl commented

I found it. It was of course in ./src :D

@k0nsl I think there's no doc for this.

But you can aways run node src/gistfy.js --port=8080 --host='0.0.0.0' so it will bind any IP.