Skip to content

Releases: XRSec/AUDCH

AUDCH v0.1.1

16 Apr 15:06
Compare
Choose a tag to compare

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

More details can be found in the README AND FAQ

AUDCH v0.0.8

18 Mar 10:10
Compare
Choose a tag to compare

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

14 Feb 19:51
Compare
Choose a tag to compare

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