mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Proxy Stuff
This commit is contained in:
@@ -387,6 +387,7 @@ collect_net_method() {
|
|||||||
whiptail_net_method
|
whiptail_net_method
|
||||||
if [[ "$network_traffic" == "PROXY"* ]]; then
|
if [[ "$network_traffic" == "PROXY"* ]]; then
|
||||||
collect_proxy no_ask
|
collect_proxy no_ask
|
||||||
|
needs_proxy=true
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -490,6 +490,9 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
percentage=0
|
percentage=0
|
||||||
es_heapsize
|
es_heapsize
|
||||||
ls_heapsize
|
ls_heapsize
|
||||||
|
if [[ $needs_proxy ]]; then
|
||||||
|
set_proxy
|
||||||
|
fi
|
||||||
set_redirect
|
set_redirect
|
||||||
# Generate Interface Vars
|
# Generate Interface Vars
|
||||||
generate_interface_vars
|
generate_interface_vars
|
||||||
|
|||||||
Reference in New Issue
Block a user