Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 381 Bytes

UPDATE.md

File metadata and controls

19 lines (15 loc) · 381 Bytes

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