We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f62293 + c2c6168 commit 202d13eCopy full SHA for 202d13e
bin/configurable-http-proxy
@@ -205,7 +205,7 @@ var listen = {};
205
listen.port = parseInt(args.port) || 8000;
206
if (args.ip === '*') {
207
// handle ip=* alias for all interfaces
208
- log.warn("Interpreting ip='*' as all-interfaces. Use 0.0.0.0 or ''.");
+ log.warn("Interpreting ip='*' as all-interfaces. Preferred usage is 0.0.0.0 for all IPv4 or '' for all-interfaces.");
209
args.ip = '';
210
}
211
listen.ip = args.ip;
0 commit comments