Releases: XRSec/AUDCH
Releases · XRSec/AUDCH
AUDCH v0.1.1
README
- Remove dnsmasq and use a custom dns server, which is more portable
USE
mkdir audch
touch audch/hosts
docker run -itd \
--name audch \
--restart=always \
-p 53:53/udp \
-v ./audch/hosts:/hosts \
-v /var/run/docker.sock:/var/run/docker.sock \
xrsec/audch
AUDCH v0.0.8
README
- Added automatic update hostname function, which may cause watchtower to fail to update normally
- Modify the image and add the original image information to Labels.AUDCH_IMAGE
- Fixed NGINX not parsing HOSTS
USE
mkdir audch
touch audch/hosts
docker run -itd \
--name audch \
--restart=always \
-p 8080:80 \
-p 53:53 \
-p 53:53/udp \
-e "HTTP_USER=admin" \
-e "HTTP_PASS=123456" \
-v ./audch/hosts:/hosts \
-v /var/run/docker.sock:/var/run/docker.sock \
xrsec/audch
AUDCH v0.0.7
README
- Added automatic update hostname function, which may cause watchtower to fail to update normally
- Modify the image and add the original image information to Labels.AUDCH_IMAGE
- Fixed NGINX not parsing HOSTS
USE
mkdir audch
touch audch/hosts
docker run -itd \
--name audch \
--restart=always \
-p 8080:80 \
-p 53:53 \
-p 53:53/udp \
-e "HTTP_USER=admin" \
-e "HTTP_PASS=123456" \
-v ./audch/hosts:/hosts \
-v /var/run/docker.sock:/var/run/docker.sock \
xrsec/audch