1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

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

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,