chore(etna): make config compatible with 23.11

This commit is contained in:
uku 2024-04-01 18:52:29 +02:00
parent 82a1bbebac
commit d9dd85b2d6
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 15 additions and 15 deletions

View file

@ -68,18 +68,17 @@
enable = true;
role = "client";
settings = {
serverAddr = "49.13.148.129";
serverPort = 7000;
common = {
server_addr = "49.13.148.129";
server_port = 7000;
};
proxies = [
{
name = "minecraft";
type = "tcp";
localIp = "127.0.0.1";
localPort = 25565;
remotePort = 6000;
}
];
minecraft = {
type = "tcp";
local_ip = "127.0.0.1";
local_port = 25565;
remote_port = 6000;
};
};
};