feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.58k stars 143 forks source link

Use `IpAddr` instead of `Ipv4Addr` #497

Closed qualterz closed 2 years ago

qualterz commented 2 years ago

Description

Adds the ability to use the IPv6 addresses. Solves #496.

Checklist