Add support for tunnel

This commit is contained in:
Marek Kraus
2024-09-23 20:41:26 +02:00
parent 62aa6c4b5a
commit 697f53e5cd
3 changed files with 122 additions and 1 deletions
+9
View File
@@ -49,6 +49,15 @@ let serverConfig = {
fmlistIntegration: true,
fmlistOmid: "",
},
tunnel: {
enabled: false,
username: "",
token: "",
lowLatencyMode: false,
subdomain: "",
httpName: "",
httpPassword: "",
},
plugins: [],
device: 'tef',
defaultFreq: 87.5,