Skip to content

antonndev/ADEdge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CDN for your needs

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.

One-line command to install ADEdge

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors