naive

🐸 Dockerized NaiveProxy (Monthly Update)

Stars
4

kwaa/naive

Dockerized NaiveProxy (Monthly Update)

Usage

Pull

docker pull kwaabot/naive # DockerHub
docker pull ghcr.io/kwaa/naive # GitHub Container Registry

Run

configuration located at /etc/naive/config.json

docker run -dt \
--name naive \
--network host \
-v /etc/naive/config.json:/etc/naive/config.json \
--restart unless-stopped \
kwaabot/naive

Related