minetest / serverlist

The global Minetest server list server
GNU Lesser General Public License v2.1
52 stars 28 forks source link

Adding servers to serverlist without permission of the owner. #12

Closed red-001 closed 6 years ago

red-001 commented 7 years ago

You can add servers to the serverlist just by setting server_address to their IP address or domain name and starting a server.

sfan5 commented 7 years ago

This check was disabled by me to avoid problems if servers announce over IPv6 but don't have a domain or don't have an AAAA record in their domain.

ShadowNinja commented 7 years ago

FWIW, I announce over IPv6 and accept both IPv6 and IPv4 traffic on one of my servers. I think this is what all IPv6-capable servers should be doing.