Set default for whitelistDockerHosts to true
| @@ -11,7 +11,7 @@ import { color, getConfigValue, safeReadFileSync } from '../util.js'; | ||
| 11 | 11 | |
| 12 | 12 | const whitelistPath = path.join(process.cwd(), './whitelist.txt'); |
| 13 | 13 | const enableForwardedWhitelist = !!getConfigValue('enableForwardedWhitelist', false, 'boolean'); |
| 14 | 14 | const whitelistDockerHosts = !!getConfigValue('whitelistDockerHosts', falsetrue, 'boolean'); |
| 15 | 15 | /** @type {string[]} */ |
| 16 | 16 | let whitelist = getConfigValue('whitelist', []); |
| 17 | 17 | |