mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 10:19:44 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue