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
oops proxy /export
bad-example.com
4 months ago
d66bb7f3
c8087abf
+2
-1
1 changed file
expand all
collapse all
unified
split
src
mirror.rs
+2
-1
src/mirror.rs
···
419
419
let mut app = Route::new()
420
420
.at("/", get(hello))
421
421
.at("/favicon.ico", get(favicon))
422
422
-
.at("/_health", get(health));
422
422
+
.at("/_health", get(health))
423
423
+
.at("/export", get(proxy));
423
424
424
425
if experimental.write_upstream {
425
426
log::info!("enabling experimental write forwarding to upstream");