From 1e6edb9fbaa1d615b1424bb712e61c3533b24e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9deric=20LOUI?= Date: Wed, 10 Apr 2024 13:07:38 +0200 Subject: [PATCH] changed holod to listen to [::] instead of [::1] --- holo-daemon/holod.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/holo-daemon/holod.toml b/holo-daemon/holod.toml index 403760fb..b2cf1ae0 100644 --- a/holo-daemon/holod.toml +++ b/holo-daemon/holod.toml @@ -66,7 +66,7 @@ database_path = "/var/run/holo/holo.db" # Enable or disable the plugin enabled = true # gRPC server listening address - address = "[::1]:50051" + address = "[::]:50051" # Optional gRPC TLS configuration [plugins.grpc.tls] # Enable or disable TLS authentication @@ -81,7 +81,7 @@ database_path = "/var/run/holo/holo.db" # Enable or disable the plugin enabled = true # gNMI server listening address - address = "[::1]:10161" + address = "[::]:10161" # Optional gNMI TLS configuration [plugins.gnmi.tls] # Enable or disable TLS authentication