mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-10 16:47:54 +00:00
wprobe: fix tcp port for the proxy mode in the init script
SVN-Revision: 17278
This commit is contained in:
parent
824c0095c6
commit
d8641e67e1
@ -25,7 +25,7 @@ config_wprobe() {
|
|||||||
|
|
||||||
start_proxy() {
|
start_proxy() {
|
||||||
config_get port "$cfg" port
|
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() {
|
start_ipfix() {
|
||||||
|
Loading…
Reference in New Issue
Block a user