aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-01-21 22:36:59 -0600
committermat <github@matdoes.dev>2023-01-21 22:36:59 -0600
commit473c74175c3a8189616bded528e3e6e4785dd3c8 (patch)
tree09d01ded62c7469098e7e55936999df3cda0caa7 /azalea-protocol
parentc652bbc6091212811133466914e7ef39e61a7b21 (diff)
downloadazalea-drasl-473c74175c3a8189616bded528e3e6e4785dd3c8.tar.xz
oops
accidentally left this random person's server ip in lmao
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/examples/handshake_proxy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/examples/handshake_proxy.rs b/azalea-protocol/examples/handshake_proxy.rs
index 5a4b4b6a..895bdae7 100644
--- a/azalea-protocol/examples/handshake_proxy.rs
+++ b/azalea-protocol/examples/handshake_proxy.rs
@@ -31,7 +31,7 @@ use tokio::{
use tracing::Level;
const LISTEN_ADDR: &str = "127.0.0.1:25566";
-const PROXY_ADDR: &str = "173.205.80.60:25565";
+const PROXY_ADDR: &str = "127.0.0.1:25565";
const PROXY_DESC: &str = "An Azalea Minecraft Proxy";