-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add guide to proxying a minecraft server. (#158)
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# How to proxy a minecraft server | ||
|
||
If you are looking of how to access your minecraft server without your server port, and using your own domain, you are at the right place | ||
|
||
1. You need to have a minecraft server | ||
2. If you already use cloudflare you are good 👍 If you use your own domain dash, make sure that it allows you to create srv records | ||
3. Create an srv record and fill the boxes with the information required: | ||
``` | ||
Type: SRV | ||
Name: [your subdomain name] | ||
Service: _minecraft | ||
Protocol: TCP (remember tcp is only for java edition, bedrock uses udp) | ||
TTL: auto | ||
Priority: 0 | ||
Weight: 0 | ||
Port: [Your server port] | ||
Target: [Domain name of the server] (It will be either dono-02.danbot.host or dono-04.danbot.host) | ||
``` | ||
Here is an example: | ||
|
||
![Example](/content/minecraft-proxy/example.png) | ||
|
||
<Tip> Thanks to whoever made the [guide](https://discord.com/channels/639477525927690240/898041892279836692/990411009732800614) in `#hosting`! </Tip> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.