RangerMauve / dat-store

A CLI tool for backing up hyperdrive datasets
GNU Affero General Public License v3.0
59 stars 14 forks source link

Support binding to specific interfaces #5

Closed da2x closed 5 years ago

da2x commented 5 years ago

It should be possible to specify which interfaces to listen on. Say I only want the service listening on 198.51.100.12 and 2001:db8::cafe instead of every available interface on the system.

RangerMauve commented 5 years ago

I think it'd be useful to get all this configuration stuff standardized into a repo somewhere so we can reuse the logic.

RangerMauve commented 5 years ago

This is supported as part of the --host flag