You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Automatically connects you to a [Cloudflare tunnel](https://developers.cloudflar
6
6
To be able to use the mod you have to be on the operating system Windows, Linux, or MacOS.
7
7
8
8
## Other resources
9
-
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).
9
+
For more detailed instructions, you can read [Adalie's blog post](https://dacubeking.com/2024/02/28/Proxying-Minecraft.html).
10
10
11
11
## Configuring Cloudflared
12
12
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
39
39
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:
40
40
- `cloudflared-use-tunnel`- This will make modflared connect to the tunnel on the hostname itself (eg. `example.domain.net`)
41
41
- `cloudflared-route=<route>`- This will make modflared connect to the tunnel under the hostname of `<route>`.
42
-
(ex. setting `cloudflared-route=example2.domain.net` will make modflared connect to the tunnel on `example2.domain.net` instead of `example.domain.net`)
42
+
(ex. setting `cloudflared-route=example2.domain.net` will make modflared connect to the tunnel on `example2.domain.net` instead of `example.domain.net`)
0 commit comments