Skip to content

Commit 6f9632d

Browse files
author
dougbw
committed
Enable fallthrough in prebuilt images
1 parent f543aa6 commit 6f9632d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ COPY --from=builder /coredns/coredns /coredns
4343
COPY Corefile /Corefile
4444
EXPOSE 53 53/udp
4545
ENV OMADA_IGNORE_STARTUP_ERRORS=FALSE
46-
ENV FALLTHROUGH_ZONES="disabled"
46+
ENV FALLTHROUGH_ZONES="."
4747
ENTRYPOINT ["/coredns"]

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Note: If you do not have a valid https certificate on your controller then set t
5454

5555
The pre-built images support these optional environment variables:
5656
* `OMADA_IGNORE_STARTUP_ERRORS` = `true` | `false`
57-
* `FALLTHROUGH_ZONES` - defaults to a fake zone `disabled` to disable it. Set to `.` to enable fallthrough for all zones.
57+
* `FALLTHROUGH_ZONES` - defaults to all zones `.` to maintain previous compatibility. To disable fallthrough completely either set this a a fake zone (e.g `FALLTHROUGH_ZONES=disabled`) or mount a custom Corefile.
5858

5959
Note: If you do not have a valid https certificate on your controller then set the `OMADA_DISABLE_HTTPS_VERIFICATION` environment variable to true
6060

0 commit comments

Comments
 (0)