We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ca529 commit 60e2668Copy full SHA for 60e2668
README.md
@@ -88,8 +88,8 @@ unbound::stub { "0.0.10.in-addr.arpa.":
88
#
89
# note that conf will be generated in the same order provided.
90
unbound::stub { "10.0.10.in-addr.arpa.":
91
- address => [ 10.0.0.53', '10.0.0.10@10053'],
92
- namservers => [ 'ns1.example.com', 'ns2.example.com' ],
+ address => [ '10.0.0.53', '10.0.0.10@10053'],
+ nameservers => [ 'ns1.example.com', 'ns2.example.com' ],
93
}
94
```
95
0 commit comments