added redirection of data to their corresponding endpoints

This commit is contained in:
DJMrTV 2025-01-19 18:57:36 +01:00
commit e0d9fa444b
5 changed files with 52 additions and 20 deletions

View file

@ -1,5 +1,5 @@
pub mod packet;
pub mod server;
mod endpoint;
pub mod endpoint;
mod auth_module;
mod sockaddr;