diff options
| author | mat <github@matdoes.dev> | 2023-01-21 22:36:59 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-01-21 22:36:59 -0600 |
| commit | 473c74175c3a8189616bded528e3e6e4785dd3c8 (patch) | |
| tree | 09d01ded62c7469098e7e55936999df3cda0caa7 /azalea-protocol | |
| parent | c652bbc6091212811133466914e7ef39e61a7b21 (diff) | |
| download | azalea-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.rs | 2 |
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"; |
