chore: migrate domains from shik3i.net to koalastuff.net

This commit is contained in:
MacBook
2026-05-16 13:08:53 +02:00
parent d9b26f9fb4
commit 01ce3ec99e
14 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const httpServer = createServer(app);
// Socket.IO setup with security constraints
const io = new Server(httpServer, {
cors: {
origin: ["https://koalasync.shik3i.net"],
origin: ["https://sync.koalastuff.net"],
methods: ["GET", "POST"]
},
maxHttpBufferSize: 1024, // 1KB max per message