Commit 0635101
committed
fix(dns): move local-zone entries before remote-control block
Unbound parses remote-control: as a section boundary. local-zone directives
placed after remote-control: are rejected as syntax errors in this Unbound
version. Moved local-zone entries to before the remote-control block so they
are unambiguously within the server: section.1 parent ace63dd commit 0635101
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 78 | | |
85 | 79 | | |
86 | 80 | | |
| |||
91 | 85 | | |
92 | 86 | | |
93 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
0 commit comments