From 81e7adb409199ac6594a18ca1bd88bfe89fbfc3e Mon Sep 17 00:00:00 2001 From: Luna <90072930+LunaWasFlaggedAgain@users.noreply.github.com> Date: Sat, 11 Mar 2023 19:11:35 -0300 Subject: Fix infinite recursion in the DNS resolver (#82) --- azalea-protocol/src/resolver.rs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azalea-protocol/src/resolver.rs b/azalea-protocol/src/resolver.rs index d12654f2..f99cec05 100755 --- a/azalea-protocol/src/resolver.rs +++ b/azalea-protocol/src/resolver.rs @@ -50,6 +50,15 @@ pub async fn resolve_address(address: &ServerAddress) -> Result