2020-03-08 18:12:12 +00:00
|
|
|
version: "2.3"
|
2020-01-28 22:15:14 +00:00
|
|
|
services:
|
|
|
|
vpn-dns:
|
|
|
|
image: programster/dnsmasq:latest
|
|
|
|
container_name: vpn-dns
|
|
|
|
ports:
|
|
|
|
- "{{ wireguard.clients.intersect.ip }}:53:53/udp"
|
|
|
|
volumes:
|
|
|
|
- ./dnsmasq.conf:/etc/dnsmasq.conf:ro
|
|
|
|
- ./vpn-hosts.conf:/etc/dnsmasq-hosts.conf:ro
|
|
|
|
restart: unless-stopped
|