Filled out all files for DNS. Ready for testing.

This commit is contained in:
2023-07-29 11:44:00 -07:00
parent d35e8d3bac
commit bcc914d77a
7 changed files with 90 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
# 2023-07-29
#
# Local DNS server which properly handles DNS splitting.
# Necessary when using junk ISP gateways and running a domain.
# https://thekelleys.org.uk/dnsmasq/doc.html
#
version: '3'
services:
app:
build: ./
restart: always
ports:
- "53:53"