We combine speed with cdn making the fastest CDN running on your server with low latency and no memory leaks, made in RUST for low-usage.
cd ADEdge && \
sudo apt update && \
sudo apt install -y build-essential pkg-config cmake libssl-dev && \
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
source $HOME/.cargo/env && \
cargo build --release && \
cargo run --release
For Termux:
hash -r && export PATH="/data/data/com.termux/files/usr/bin:$PATH" && /data/data/com.termux/files/usr/bin/cargo --version && cd ~ && git clone https://github.com/antonndev/ADEdge.git || true && pkg update && pkg upgrade && pkg install clang && pkg install make pkg-config openssl && cd ADEdge && /data/data/com.termux/files/usr/bin/cargo build --release && /data/data/com.termux/files/usr/bin/cargo run --release