Merge pull request #9648 from Security-Onion-Solutions/mkr24

Enable Proxy Support
This commit is contained in:
Mike Reeves
2023-01-26 11:12:35 -05:00
committed by GitHub
3 changed files with 16 additions and 32 deletions

View File

@@ -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
}