proksi 0.2.9

A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt.
1
2
3
4
5
use std::sync::Arc;

use dashmap::DashMap;

pub type ChallengeStore = Arc<DashMap<String, (String, String)>>;