janpascal / denyhosts_sync

Sync server for denyhosts
GNU Affero General Public License v3.0
14 stars 5 forks source link

Add support for set service listen on defined address #28

Open sergey-dryabzhinsky opened 8 years ago

sergey-dryabzhinsky commented 8 years ago

It is needed if we want hide service behind nginx/proxy. And set it listen on localhost.

janpascal commented 8 years ago

Hi Sergey, could you please change "listen_host" to "listen_address"? Other than that, your pull request looks good

sergey-dryabzhinsky commented 8 years ago

Done