wprobe: fix tcp port for the proxy mode in the init script
[openwrt.git] / package / wprobe / files / wprobe.init
index 11a5bf6..26d5c3d 100755 (executable)
@@ -25,7 +25,7 @@ config_wprobe() {
 
 start_proxy() {
        config_get port "$cfg" port
-       wprobe_ssd -S proxy "$UTIL" -P -p "${port:-19770}"
+       wprobe_ssd -S proxy "$UTIL" -P -p "${port:-17990}"
 }
 
 start_ipfix() {