diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2025-12-11 22:47:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-11 22:47:16 -0600 |
| commit | 4a66f002c276a57e028e9456f6800b0b3c248885 (patch) | |
| tree | f87cbdc51c09d497548f972b9b1633ceb7606443 /azalea-client/src/ping.rs | |
| parent | ff1e28f88e93ba83cf76569b5613445b841efd45 (diff) | |
| download | azalea-drasl-4a66f002c276a57e028e9456f6800b0b3c248885.tar.xz | |
Add options to request Mojang sessionserver with a proxy (#293)
* add options to request mojang sessionserver with a socks5 proxy
* update changelog
* rename auth_proxy to sessionserver_proxy
Diffstat (limited to 'azalea-client/src/ping.rs')
| -rw-r--r-- | azalea-client/src/ping.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/ping.rs b/azalea-client/src/ping.rs index 93018a82..2c3ddfcf 100644 --- a/azalea-client/src/ping.rs +++ b/azalea-client/src/ping.rs @@ -56,7 +56,7 @@ pub async fn ping_server( ping_server_with_connection(address, conn).await } -/// Ping a Minecraft server through a Socks5 proxy. +/// Ping a Minecraft server through a SOCKS5 proxy. pub async fn ping_server_with_proxy( address: impl TryInto<ServerAddress>, proxy: Proxy, |
