mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
Gitignore and doxygen main page modifications.
- Added .o files to .gitignore. - Renamed parser utility in doxygen main page (knot-zoneparser)
This commit is contained in:
parent
2b75791aa5
commit
a3f3868d20
2 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,3 +13,4 @@ missing
|
|||
src/Makefile.in
|
||||
ylwrap
|
||||
autom4te.cache
|
||||
*.o
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ $ make
|
|||
|
||||
1. Compile zones
|
||||
\code
|
||||
$ bin/zoneparser -o example.com.db example.com. samples/example.com.zone
|
||||
$ bin/zoneparser -o other-zone.db other-zone.com. other-zone.com.zone
|
||||
$ bin/knot-zoneparser -o example.com.db example.com. samples/example.com.zone
|
||||
$ bin/knot-zoneparser -o other-zone.db other-zone.com. other-zone.com.zone
|
||||
\endcode
|
||||
|
||||
2. Run the server with the compiled zones (use -d to run as a daemon)
|
||||
|
|
@ -48,7 +48,7 @@ $ bin/knot example.com.db other-zone.db
|
|||
- This approach currently supports only one zone file.
|
||||
- Compiled zone is stored in user's home directory.
|
||||
|
||||
1. Add path to knot and zoneparser executables to PATH
|
||||
1. Add path to knot and knot-zoneparser executables to PATH
|
||||
|
||||
2. Compile zone
|
||||
\code
|
||||
|
|
|
|||
Loading…
Reference in a new issue