You've already forked directdnsonly
feat: conditional BIND startup; config search path priority fix 🔧
- entrypoint: only start named when a bind backend is configured and enabled in app.yml; CoreDNS-only deployments skip named entirely - config: user-supplied paths (/etc/directdnsonly, ./config) now searched before the bundled app.yml so mounted configs take effect - docs: deployment topology reference — Topology A (dual BIND HA) and Topology B (single instance, multi-DC CoreDNS MySQL) - chore: bump version to 2.1.0 - justfile: add build-docker recipe
This commit is contained in:
3
justfile
3
justfile
@@ -87,6 +87,9 @@ build:
|
||||
directdnsonly/main.py
|
||||
rm -f *.spec
|
||||
|
||||
build-docker:
|
||||
export DOCKER_CONFIG="/home/guisea/.docker/guisea" && \
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t guisea/directdnsonly:dev --push --progress plain --file Dockerfile .
|
||||
# ---------------------------------------------------------------------------
|
||||
# Clean
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user