mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-23 16:33:29 +01:00
Merge pull request #9648 from Security-Onion-Solutions/mkr24
Enable Proxy Support
This commit is contained in:
@@ -383,16 +383,11 @@ collect_mngr_hostname() {
|
||||
fi
|
||||
}
|
||||
|
||||
collect_net_method() {
|
||||
collect_net_method() {
|
||||
whiptail_net_method
|
||||
|
||||
if [[ "$network_traffic" == *"_MANAGER" ]]; then
|
||||
whiptail_manager_updates_warning
|
||||
MANAGERUPDATES=1
|
||||
fi
|
||||
|
||||
if [[ "$network_traffic" == "PROXY"* ]]; then
|
||||
collect_proxy no_ask
|
||||
needs_proxy=true
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user