From e54ff1f12b4e691cc38b7f58d345ff5c6f926826 Mon Sep 17 00:00:00 2001 From: youkunhuang Date: Fri, 17 Aug 2018 17:37:20 +0800 Subject: [PATCH] chore(config): support ipv6 as default --- bin/tsw/default/config.default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tsw/default/config.default.js b/bin/tsw/default/config.default.js index ae55bbb1..4eb104ea 100644 --- a/bin/tsw/default/config.default.js +++ b/bin/tsw/default/config.default.js @@ -22,7 +22,7 @@ this.isTest = false; this.allowArrayInUrl = false; // http监听地址 -this.httpAddress = '0.0.0.0'; +this.httpAddress = null; // ipv6 --> ipv4 // http监听端口 this.httpPort = 80;