Proxy Stuff

This commit is contained in:
Mike Reeves
2023-01-26 09:57:44 -05:00
parent 9e146184d6
commit 2456aac311
2 changed files with 4 additions and 0 deletions

View File

@@ -387,6 +387,7 @@ collect_net_method() {
whiptail_net_method
if [[ "$network_traffic" == "PROXY"* ]]; then
collect_proxy no_ask
needs_proxy=true
fi
}