Add pre-testing content for DNS.

This commit is contained in:
2023-07-29 10:49:53 -07:00
parent 26dfb608c4
commit a36060b459
5 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 2023-07-29
# Local DNS server which properly handles DNS splitting.
# Necessary when using junk ISP gateways and running a domain.
# https://wiki.debian.org/dnsmasq
version: '3'
services:
app:
restart: always
build: ./
ports:
- 8317:8080