Server tools to backfill, tail, mirror, and verify PLC logs

show insecure message for all paths

+1 -1
+1 -1
src/mirror.rs
··· 509 509 } 510 510 511 511 let app = Route::new() 512 - .at("/", get(oop_plz_be_secure)) 512 + .at("/:any", get(oop_plz_be_secure)) 513 513 .at("/favicon.ico", get(favicon)) 514 514 .with(Tracing); 515 515 Server::new(TcpListener::bind(if ipv6 {