Add private services domain note

This commit is contained in:
braginini
2026-06-27 22:36:21 +02:00
parent d8980ee2f8
commit 7e4e26a83e

View File

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