Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TCY16 committed Sep 15, 2021
1 parent 934aed0 commit df75b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/use-cases/local-stub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ If you installed Unbound by compiling it yourself, we need to create an XML file
</dict>
</plist>
The main component that interest us, are the items in the ``<array>`` which execute the command. Firstly, we invoke Unbound from the location that it has been installed (for example using ``make install``). Secondly, we add the :option:`-c` option to supply a config file. Lastly, we add the location of the default configuration file. The location in the XML can be changed to another location if this is convienient.
The main components that interest us, are the items in the ``<array>`` which execute the command. Firstly, we invoke Unbound from the location that it has been installed (for example using ``make install``). Secondly, we add the :option:`-c` option to supply a config file. Lastly, we add the location of the default configuration file. The location in the XML can be changed to another location if this is convienient.

Using the text editor of choice, we then create the file ``/Library/LaunchDaemons/nl.nlnetlabs.unbound.plist`` and insert the above supplied XML code. To be able to use the file, we need to change the permissions of the file using :command:`chmod`

Expand Down

0 comments on commit df75b2c

Please sign in to comment.