Steps to Reproduce:
1. Create a SRV record like _minecraft._tcp.example.com pointing to minecraft.example.com
2. Add example.com to the server list
Observed Results:
When example.com is pinged, the host name in the handshake packet will be example.com, but when joining example.com the host name is minecraft.example.com.
Expected Results:
The host name in both scenarios should have the same value preferably minecraft.example.com (the address pointed to), as the host name is normally used for vhosts, and a SRV RR is normally used as an indirection.