Curio
中文/汉语
中文/汉语
  • 什么是Curio?| What is Curio?
  • 设计 | Design
    • 密封 | Sealing
    • 和谐任务 | Harmony Tasks
  • 入门 | Getting Started
  • 版本 | Versions
  • 安装 | Installation
  • 设置 | Setup
  • Curio服务 | Curio Service
  • 存储配置 | Storage Configuration
  • 配置 | Configuration
    • 监听地址 | Listen Address
    • 警报管理器 | Alert Manager
    • 默认Curio配置 | Default Curio Configuration
  • 启用市场 | Enabling market
  • 快速交易 | Snap Deals
  • 使用SupraSeal进行批量密封 | Batch Sealing with SupraSeal
  • 扩展Curio集群 | Scaling Curio cluster
  • Curio图形用户界面 | Curio GUI
  • 垃圾回收 | Garbage Collection
  • 最佳实践 | Best Practices
  • 日志记录 | Logging
  • Curio命令行界面 | Curio CLI
    • Curio
    • Sptool
  • API
Powered by GitBook
On this page
  • Listen Address
  • 监听地址
  1. 配置 | Configuration

监听地址 | Listen Address

如何更新 Curio 服务的默认监听地址

Listen Address

监听地址

默认情况下,所有 Curio 节点都绑定到地址 "0.0.0.0" 和端口 "12300",确保 Curio API 在所有接口上监听。您可以通过指定一个明确的 IP 地址和不同的端口来改变这种行为。

echo "CURIO_LISTEN=x.x.x.x:12301" >> /etc/curio.env

然后重启 Curio 服务

systemctl restart curio.service
Previous配置 | ConfigurationNext警报管理器 | Alert Manager

Last updated 7 months ago