Some type changes

This commit is contained in:
Ara Sadoyan
2025-05-21 16:49:37 +02:00
parent fce25b8d15
commit 3e93920a0d
3 changed files with 7 additions and 5 deletions

View File

@@ -75,7 +75,8 @@ pub async fn hc2(upslist: Arc<UpstreamsDashMap>, fullist: Arc<UpstreamsDashMap>,
if first_run == 1 {
info!("Performing initial hatchecks and upstreams ssl detection");
clone_idmap_into(&totest, &idlist);
info!("Gazan is up and ready to serve requests");
info!("Gazan is up and ready to serve requests, the upstreams list is:");
print_upstreams(&totest)
}
first_run+=1;