Skip to content

daoo/admasq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

admasq

Domain adblocking with dnsmasq.

Setup

On a server with docker, run the daoo/admasq image as follows:

# docker run --publish $HOST_IP:53:53/udp \
    --cap-add=NET_ADMIN \
    --dns=$DNS_IP \
    --dns-search=$DNS_DOMAIN \
    --restart=always \
    --name=admasq \
    --detach \
    daoo/admasq:latest

Specifying the IP to listen on and the upstream DNS server explicitly avoids any conflicts with systemd-resolved.

Optionally, for automatic updates, enable the admasq.timer and admasq.service files in systemd.

Then setup your other clients to use the new DNS server by manual configuration and/or pushing the new DNS server by DHCP.

About

Adblocking with dnsmasq, inspired by https://github.com/pi-hole/pi-hole.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published