- update redialed IP
- update npm packages
This commit is contained in:
zefie
2026-03-30 15:26:47 -04:00
parent c277926c19
commit ca9a125435
4 changed files with 319 additions and 315 deletions

View File

@@ -209,7 +209,7 @@ const deprecationWarnings = {
],
// Enable/disable deprecation warnings globally
enabled: true,
enabled: false,
// Log level for deprecation warnings (console.warn, console.log, etc.)
logLevel: 'warn'

View File

@@ -109,7 +109,7 @@ Content-Type: text/html`
break;
case "jarhead":
document.runBy.runByName.value=" HIDEN"
document.connect.machine.value="31.97.129.116"
document.connect.machine.value="31.97.100.150"
document.connect.port.value="1615"
document.message.msg.value="WebTV Redialed, for those who want a more original WebTV experience."
break;

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "zefie_wtvp_minisrv",
"version": "0.9.67-dev",
"version": "0.9.70",
"description": "WebTV Service (WTVP) Emulation Server",
"main": "app.js",
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",