mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix][wip] Only setup proxy early on configure network setup
This commit is contained in:
@@ -1729,10 +1729,6 @@ network_init() {
|
||||
fi
|
||||
set_main_ip >> $setup_log 2>&1
|
||||
compare_main_nic_ip
|
||||
# Check if the proxy variable was set then set proxy for various apps if so
|
||||
if [[ -n "$so_proxy" ]]; then
|
||||
set_proxy >> $setup_log 2>&1
|
||||
fi
|
||||
}
|
||||
|
||||
network_init_whiptail() {
|
||||
|
||||
Reference in New Issue
Block a user