You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Note: If you do not have a valid https certificate on your controller then set t
54
54
55
55
The pre-built images support these optional environment variables:
56
56
*`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.
58
58
59
59
Note: If you do not have a valid https certificate on your controller then set the `OMADA_DISABLE_HTTPS_VERIFICATION` environment variable to true
0 commit comments