瀏覽代碼

fix default sniffing config

cyilin 6 年之前
父節點
當前提交
7d66311168
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      release/config/config.json

+ 1 - 1
release/config/config.json

@@ -35,7 +35,7 @@
 
     // Enable sniffing on TCP connection.
     "sniffing": {
-      "enable": true,
+      "enabled": true,
       // Target domain will be overriden to the one carried by the connection, if the connection is HTTP or HTTPS.
       "destOverride": ["http", "tls"]
     }