diff options
| author | mat <git@matdoes.dev> | 2025-04-19 23:51:19 -0430 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-04-19 23:51:19 -0430 |
| commit | 8045b4eda284e58b40cb28b1528430e2d0b9d268 (patch) | |
| tree | bcb640a3395eb6de54a22c626be5cc446e6a1fa9 /azalea-protocol | |
| parent | ae3722d72c6d4bd70e6d2e33da65bdcd79145e69 (diff) | |
| download | azalea-drasl-8045b4eda284e58b40cb28b1528430e2d0b9d268.tar.xz | |
add StartJoinServerEvent to allow joining servers exclusively from ecs
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/src/connect.rs | 1 |
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, |
