mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #9648 from Security-Onion-Solutions/mkr24
Enable Proxy Support
This commit is contained in:
@@ -142,6 +142,7 @@ if [[ -f /root/accept_changes ]]; then
|
||||
mv "$setup_log" "$setup_log.bak"
|
||||
[ -f "$error_log" ] && mv "$error_log" "$error_log.bak"
|
||||
reinstall_init
|
||||
reset_proxy
|
||||
fi
|
||||
|
||||
title "Parsing Username for Install"
|
||||
@@ -319,6 +320,7 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
check_elastic_license
|
||||
check_requirements "manager"
|
||||
networking_needful
|
||||
collect_net_method
|
||||
collect_dockernet
|
||||
if [[ $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
@@ -342,6 +344,7 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
check_elastic_license
|
||||
check_requirements "manager"
|
||||
networking_needful
|
||||
collect_net_method
|
||||
collect_dockernet
|
||||
if [[ $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
@@ -364,6 +367,7 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
ubuntu_check
|
||||
check_requirements "manager"
|
||||
networking_needful
|
||||
collect_net_method
|
||||
collect_dockernet
|
||||
if [[ $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
@@ -384,6 +388,7 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
ubuntu_check
|
||||
check_requirements "manager"
|
||||
networking_needful
|
||||
collect_net_method
|
||||
collect_dockernet
|
||||
if [[ $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
@@ -485,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