1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

default proxy to last

This commit is contained in:
Robin Appelman 2023-02-03 18:14:28 +01:00
commit 7910b9d034
2 changed files with 55 additions and 9 deletions

View file

@ -6,7 +6,6 @@ use crate::config::HazeConfig;
use crate::exec::container_logs;
use crate::git::checkout_all;
use crate::network::clear_networks;
use crate::php::PhpVersion;
use crate::proxy::proxy;
use crate::service::Service;
use crate::service::ServiceTrait;