mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-19 04:58:54 +02:00
Another brute force to use git and git-lfs for the Minecraft's FastBackup
This commit is contained in:
parent
a2e8787ad6
commit
d62c85e272
2 changed files with 14 additions and 5 deletions
|
|
@ -666,7 +666,7 @@ in {
|
|||
|
||||
# TCP service for Minecraft Bedrock
|
||||
minecraft-bedrock-tcp.loadBalancer = {
|
||||
servers = [ {address = "10.1.1.244:19132";} ];
|
||||
servers = [{address = "10.1.1.244:19132";}];
|
||||
};
|
||||
|
||||
# TCP game services
|
||||
|
|
@ -730,7 +730,7 @@ in {
|
|||
|
||||
# UDP service for Minecraft Bedrock
|
||||
"minecraft-bedrock-udp".loadBalancer = {
|
||||
servers = [ {address = "10.1.1.244:19132";} ];
|
||||
servers = [{address = "10.1.1.244:19132";}];
|
||||
};
|
||||
|
||||
# UDP game services (Valheim and Xonotic)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue