local-proxy addedd

This commit is contained in:
2023-05-24 07:24:28 +00:00
parent b6d11bc84e
commit 16082ab9bf

View File

@@ -292,6 +292,7 @@ service-debian core-dns start
if [ "$SMARTHOST_PROXY" == "yes" ]; then
service-debian smarthost-proxy start
service-debian smarthost-proxy-scheduler start
service-debian local-proxy start
echo "Would you like to run local backend? (Y/n)";
read -r ANSWER;