proksi 0.1.10

A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt.
1
2
3
4
5
6
7
8
lint:
	cargo clippy -- -D clippy::pedantic -D clippy::perf
test:
	cargo test --all-features
build.release:
	cargo build --release
build.dev:
	cargo build