Connection attempt failed: dial tcp [::1]:9109: getsockopt: connection refused
[ERR] CHNS: Connection attempt failed: dial tcp [::1]:9109: getsockopt: connection refused
我理解9109是TCP端口
答案 0 :(得分:0)
[::1]
(技术上,::1
,但是你为它设置了一个URI的括号)是IPv6环回地址。您正尝试通过IPv6连接到您自己主机中的服务器,但连接被拒绝。