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

Configure Feed

Select the types of activity you want to include in your feed.

show insecure message for all paths

phil 27883782 0bfa8aaa

+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 {