Dockerized NaiveProxy (Monthly Update)
docker pull kwaabot/naive # DockerHub
docker pull ghcr.io/kwaa/naive # GitHub Container Registry
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
- klzgrad/naiveproxy - upstream source
- kwaa/caddy - serverside