Skip to content

Commit

Permalink
README: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Frayer committed Mar 15, 2024
1 parent e4ca529 commit 9e2dde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ unbound::stub { "0.0.10.in-addr.arpa.":
#
# note that conf will be generated in the same order provided.
unbound::stub { "10.0.10.in-addr.arpa.":
address => [ 10.0.0.53', '10.0.0.10@10053'],
namservers => [ 'ns1.example.com', 'ns2.example.com' ],
address => [ '10.0.0.53', '10.0.0.10@10053'],
nameservers => [ 'ns1.example.com', 'ns2.example.com' ],
}
```

Expand Down

0 comments on commit 9e2dde5

Please sign in to comment.