zotero / translation-server

A Node.js-based server to run Zotero translators
Other
121 stars 50 forks source link

Make the listening host configurable #98

Closed wetneb closed 5 years ago

wetneb commented 5 years ago

By default translation-server listens on 0.0.0.0. I find it useful to be able not to expose translation-server to the outside world, so to listen on 127.0.0.1 instead. This makes the listening host configurable, without changing the default value (and still accepting existing configurations if they did not include that field).

dstillman commented 5 years ago

Thanks!