Преглед изворни кода

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