Skip to content

AUDCH v0.1.1

Latest
Compare
Choose a tag to compare
@Ran-Xing Ran-Xing released this 16 Apr 15:06
· 10 commits to main since this release

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