lobstakit-cloud 1.3.14 → 1.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/config.js +2 -1
  2. package/package.json +3 -3
package/lib/config.js CHANGED
@@ -150,7 +150,8 @@ function writeConfig({ provider, apiKey, model, channel, telegramBotToken, teleg
150
150
  },
151
151
  tls: {
152
152
  enabled: false
153
- }
153
+ },
154
+ trustedProxies: ['127.0.0.1', '::1']
154
155
  },
155
156
  agents: {
156
157
  defaults: agentDefaults
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lobstakit-cloud",
3
- "version": "1.3.14",
4
- "description": "LobstaKit Cloud \u2014 Setup wizard and management for LobstaCloud gateways",
3
+ "version": "1.3.15",
4
+ "description": "LobstaKit Cloud Setup wizard and management for LobstaCloud gateways",
5
5
  "main": "server.js",
6
6
  "bin": {
7
7
  "lobstakit-cloud": "./bin/lobstakit.js"
@@ -16,4 +16,4 @@
16
16
  "node-pty": "^1.1.0",
17
17
  "ws": "^8.19.0"
18
18
  }
19
- }
19
+ }