aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-04-19 23:51:19 -0430
committermat <git@matdoes.dev>2025-04-19 23:51:19 -0430
commit8045b4eda284e58b40cb28b1528430e2d0b9d268 (patch)
treebcb640a3395eb6de54a22c626be5cc446e6a1fa9 /azalea-protocol/src
parentae3722d72c6d4bd70e6d2e33da65bdcd79145e69 (diff)
downloadazalea-drasl-8045b4eda284e58b40cb28b1528430e2d0b9d268.tar.xz
add StartJoinServerEvent to allow joining servers exclusively from ecs
Diffstat (limited to 'azalea-protocol/src')
-rw-r--r--azalea-protocol/src/connect.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs
index 77968eed..3d375dfc 100644
--- a/azalea-protocol/src/connect.rs
+++ b/azalea-protocol/src/connect.rs
@@ -262,6 +262,7 @@ pub enum ConnectionError {
use socks5_impl::protocol::UserKey;
+/// An address and authentication method for connecting to a Socks5 proxy.
#[derive(Debug, Clone)]
pub struct Proxy {
pub addr: SocketAddr,