update IPs in wtv-tricks:/cSetup.js

This commit is contained in:
zefie
2023-07-23 19:32:03 -04:00
parent 212dce4282
commit d0284011b6

View File

@@ -83,12 +83,12 @@ hspace="0" vspace="0" fontsize="large" noscroll>
srv = document.connect.preset[document.connect.preset.selectedIndex].value; srv = document.connect.preset[document.connect.preset.selectedIndex].value;
switch (srv) { switch (srv) {
case "mattman69": case "mattman69":
document.connect.machine.value="74.76.120.18" document.connect.machine.value="71.244.121.234"
document.connect.port.value="1615" document.connect.port.value="1615"
document.message.msg.value="This is MattMan69's Public HackTV minisrv, all are welcome to connect and enjoy the wonders of WebTV. Offers a custom experience." document.message.msg.value="This is MattMan69's Public HackTV minisrv, all are welcome to connect and enjoy the wonders of WebTV. Offers a custom experience."
break; break;
case "zefie": case "zefie":
document.connect.machine.value="51.222.164.146" document.connect.machine.value="24.105.201.236"
document.connect.port.value="1615" document.connect.port.value="1615"
document.message.msg.value="This is zefie's public minisrv, for those who want the vanilla minisrv experience." document.message.msg.value="This is zefie's public minisrv, for those who want the vanilla minisrv experience."
break; break;