Closed da2x closed 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.
198.51.100.12
2001:db8::cafe
I think it'd be useful to get all this configuration stuff standardized into a repo somewhere so we can reuse the logic.
This is supported as part of the --host flag
--host
It should be possible to specify which interfaces to listen on. Say I only want the service listening on
198.51.100.12
and2001:db8::cafe
instead of every available interface on the system.