correct port for minecraft

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-17 17:52:55 +01:00
parent 8af806c3d8
commit 798065a6f8
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -27,7 +27,7 @@
name = "Hrothiwulfus";
}
];
properties.server-ip = "130.162.60.127"; # death
properties.server-ip = "172.16.154.251"; # death
paper-yml = {
world-settings.default = {
max-auto-save-chunks-per-tick = 8;
@ -228,7 +228,7 @@
extraConfig = ''
import baseConfig
reverse_proxy http://130.162.60.127:8123 {
reverse_proxy http://172.16.154.251:8123 {
trusted_proxies private_ranges
}
'';