mirror of
https://github.com/CCC-MF/bwhc-kafka-rest-proxy.git
synced 2025-07-02 08:22:54 +00:00
feat: use ipv6 capable default listener address
This commit is contained in:
@ -30,7 +30,7 @@ pub struct Cli {
|
||||
#[arg(
|
||||
long,
|
||||
env = "APP_LISTEN",
|
||||
default_value = "0.0.0.0:3000",
|
||||
default_value = "[::]:3000",
|
||||
help = "Address and port for HTTP requests"
|
||||
)]
|
||||
pub listen: String,
|
||||
|
Reference in New Issue
Block a user