cokemine / ServerStatus-goclient

The client of ServerStatus-Hotaru written in Go
MIT License
74 stars 27 forks source link

请问如何连接IPV6地址 #8

Closed molehzy closed 2 years ago

molehzy commented 2 years ago

非域名方式

cokemine commented 2 years ago

可以先分开传入参数去链接


./status-client -u "username" -p "password" -h "[::1]" -port "35601"
molehzy commented 2 years ago

谢谢