tangled
alpha
login
or
join now
ptr.pet
/
Allegedly
forked from
microcosm.blue/Allegedly
0
fork
atom
Server tools to backfill, tail, mirror, and verify PLC logs
0
fork
atom
overview
issues
pulls
pipelines
show insecure message for all paths
bad-example.com
4 months ago
27883782
0bfa8aaa
+1
-1
1 changed file
expand all
collapse all
unified
split
src
mirror.rs
+1
-1
src/mirror.rs
···
509
509
}
510
510
511
511
let app = Route::new()
512
512
-
.at("/", get(oop_plz_be_secure))
512
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 {