From 7e4e26a83e3897c337fdf18ab861ee44858e52ab Mon Sep 17 00:00:00 2001 From: braginini Date: Sat, 27 Jun 2026 22:36:21 +0200 Subject: [PATCH] Add private services domain note --- infrastructure_files/getting-started.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure_files/getting-started.sh b/infrastructure_files/getting-started.sh index 2d527c6bc..113cb2058 100755 --- a/infrastructure_files/getting-started.sh +++ b/infrastructure_files/getting-started.sh @@ -1433,6 +1433,11 @@ print_builtin_traefik_instructions() { echo "" fi fi + if [[ "${NETBIRD_AGENT_NETWORK}" == "true" ]]; then + echo "Note: The public domain is only for setting up secure connections." + echo "Your APIs and agent services remain private and are never exposed publicly." + echo "" + fi return 0 }