add checks for SRV records

This commit is contained in:
ari melody 2025-11-05 19:23:00 +00:00
parent 983ac7021e
commit 7c8c04573c
Signed by: ari
GPG key ID: CF99829C92678188
5 changed files with 163 additions and 7 deletions

View file

@ -3,6 +3,7 @@ use std::{sync::{mpsc, Arc, Mutex}, thread};
pub mod leb128;
pub mod status;
pub mod http;
pub mod dns;
pub use status::MinecraftStatus;
pub struct ThreadPool {