Bind MusicLink health server to localhost

This commit is contained in:
Dan 2026-01-22 10:55:59 -08:00
parent 603b32b7ef
commit b287c0d582

View file

@ -114,7 +114,7 @@
"!DPQveBnfuDrbgOe6dm:clarun.xyz" "!DPQveBnfuDrbgOe6dm:clarun.xyz"
]; ];
shadow = false; shadow = false;
healthAddr = ":8080"; healthAddr = "127.0.0.1:8080";
stateStorePath = "data/matrix-state.db"; stateStorePath = "data/matrix-state.db";
}; };
}; };