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