摘要: IPv6 Socket连接 package main import ( "time" "fmt" "net" "regexp" "strconv" "encoding/hex" ) func main() { addr := "[fe80::3de0:b557:a1f:d123%18]:80" ti 阅读全文
posted @ 2022-11-01 20:06 不懂123 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 配置文件 如果集群之间的主机内网IP不通的话,就需要通过外网IP地址进行通信 seed_hosts配置的是内网IP集合那么就需要配置network.host.如果seed_hosts配置的外网地址集合,那么就需要配置network.publish_host 集群安全认证 快照和备份 备份集群的唯一可 阅读全文
posted @ 2022-11-01 16:27 不懂123 阅读(78) 评论(0) 推荐(0) 编辑