block-network-ids-are-hashes=false
# If true, the server will send hashed block network ID's instead of id's that start from 0 and go up. These id's are stable and won't change regardless of other block changes.
# ---
# 区块网络 ID 是哈希值=false
# 如果为true,服务器将发送哈希块网络 ID,而不是从 0 开始向上的 ID。 这些 id...
服务器配置文件新增:客户端块生成已启用、启用局域网可见性
enable-lan-visibility=true
# Listen and respond to clients that are looking for servers on the LAN. This will cause the server
# to bind to the default ports (19132, 19133) even when `server-port` and `server-portv6`
# have non-default values. Consider turning this...