mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[wip] Ask user if they want to re-enter the proxy
This commit is contained in:
@@ -551,12 +551,11 @@ collect_proxy() {
|
||||
|
||||
while ! valid_proxy "$proxy_addr"; do
|
||||
whiptail_invalid_input
|
||||
whiptail_proxy_addr
|
||||
whiptail_proxy_addr "$proxy_addr"
|
||||
done
|
||||
|
||||
if whiptail_proxy_auth_ask; then
|
||||
whiptail_proxy_auth_user
|
||||
|
||||
whiptail_proxy_auth_user "$proxy_user"
|
||||
whiptail_proxy_auth_pass
|
||||
|
||||
local url_prefixes=( 'http://' 'https://' )
|
||||
|
||||
Reference in New Issue
Block a user