add checks for SRV records
This commit is contained in:
parent
983ac7021e
commit
7c8c04573c
5 changed files with 163 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue