Преглед на файлове

Merge pull request #1581 from cyilin/master

fix default sniffing config
Victoria Raymond преди 6 години
родител
ревизия
1dab33b0fa
променени са 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"]
     }