store the msntv2 token so we can look it up later

This commit is contained in:
zefie
2026-05-05 14:35:37 -04:00
parent 43a87347b8
commit fd67132da9
13 changed files with 655 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ class WTVMSNTV2 {
this.tlsContext = this.loadTlsContext();
this.forgeTlsCredentials = this.loadForgeTlsCredentials();
this.server = net.createServer((socket) => this.handleConnection(socket));
this.tokens = {};
this.mimeTypes = {
html: 'text/html',
htm: 'text/html',