mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Derp.
This commit is contained in:
parent
03a9eac248
commit
36507e3132
1 changed files with 7 additions and 0 deletions
|
|
@ -600,6 +600,13 @@ in {
|
|||
service = "minecraft";
|
||||
entryPoints = ["minecraft"];
|
||||
};
|
||||
# TCP router for Minecraft Modded (plain TCP on 25566)
|
||||
minecraft = {
|
||||
# Use catch-all SNI rule because Minecraft clients don't use TLS/SNI
|
||||
rule = "HostSNI(`*`)";
|
||||
service = "minecraft_modded";
|
||||
entryPoints = ["minecraft_modded"];
|
||||
};
|
||||
|
||||
# TCP router for Minecraft Bedrock (19132)
|
||||
minecraft-bedrock-tcp = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue