From 325af98aeca33e74dbb7af97fd579d946cb7ab99 Mon Sep 17 00:00:00 2001 From: Adalie Ahuja Date: Tue, 4 Nov 2025 11:17:58 -0500 Subject: [PATCH] Change blog post reference in README Change the name that refers to my blog post to no longer be my deadname :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3688b11..9fa3fe0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Automatically connects you to a [Cloudflare tunnel](https://developers.cloudflar To be able to use the mod you have to be on the operating system Windows, Linux, or MacOS. ## Other resources -For more detailed instructions, you can also read Varun A's blog post. The blog post can be found [here](https://dacubeking.com/2024/02/28/Proxying-Minecraft.html). +For more detailed instructions, you can read [Adalie's blog post](https://dacubeking.com/2024/02/28/Proxying-Minecraft.html). ## Configuring Cloudflared You need to set up cloudflare on your server for this to work. There's plenty of guides on how to do this elsewhere. @@ -39,4 +39,4 @@ Install Cloudflared as described in the “Configuring Cloudflared” part above For the hostname that you want your players to connect to (eg. `example.domain.net`), create a TXT dns record with either of the following values: - `cloudflared-use-tunnel` - This will make modflared connect to the tunnel on the hostname itself (eg. `example.domain.net`) - `cloudflared-route=` - This will make modflared connect to the tunnel under the hostname of ``. -(ex. setting `cloudflared-route=example2.domain.net` will make modflared connect to the tunnel on `example2.domain.net` instead of `example.domain.net`) \ No newline at end of file +(ex. setting `cloudflared-route=example2.domain.net` will make modflared connect to the tunnel on `example2.domain.net` instead of `example.domain.net`)