You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 端口配置 |
|
ports { |
|
http = 8500 # HTTP API 端口 (可选修改) |
|
dns = 8600 # DNS 端口 (可选修改) |
|
server = 8513 # 关键配置:将 server RPC 端口从 8300 改为 8303 |
|
serf_lan = 8511 # LAN gossip 端口 |
|
serf_wan = 8512 # WAN gossip 端口 |
|
}
|
|
|