gabrielcsapo / node-git-server

🎡 A configurable git server written in Node.js
https://gabrielcsapo.github.io/node-git-server
MIT License
253 stars 73 forks source link

Can not bind IP for server #100

Open ily1437 opened 2 years ago

ily1437 commented 2 years ago

Hi,

I got a little problem. IP is not supported at repoServer.listen(port, options, callback); but httpServer is.

Could you resolve it? Thanks~