1
0
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:
2024-03-14 12:10:58 +01:00
parent 7b36255e2d
commit bbeba1f942
2 changed files with 3 additions and 3 deletions

View File

@ -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,