Change 28b880b adds explicit IP parsing with net.ParseIP which only accepts numeric addresses. The previous code also allowed DNS names (resolved automatically to the actual IP in rcon.New), which was very convenient in settings with dynamic IP addresses. Could we please have it back? :-)
Change 28b880b adds explicit IP parsing with
net.ParseIP
which only accepts numeric addresses. The previous code also allowed DNS names (resolved automatically to the actual IP inrcon.New
), which was very convenient in settings with dynamic IP addresses. Could we please have it back? :-)Thanks for all the great work on the bot!