Support ipv6 and address without port
Open
good first issue
lang: ALL
new feature
- Dominant language
- C#
- Stars
- 360
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
### Feature Description
*
in CSharp
If query ipv6 server
```
MineStat ms = new MineStat("2ff8:82c6:3572:1473:1778:1234:ffc7:dfd7", 25565);
```
`ms.ServerUp` is false
and MineStat need a address and port,but sometimes the server hides the port, like aa.top
Contributor guide
Research direction
Start by locating the MineStat constructor and the server-address query logic, then reproduce the IPv6 example and the address-only case for aa.top. Done means MineStat accepts IPv6 servers and addresses without an explicit port, with server status detected correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100