You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
692 B

  1. diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in
  2. index 956e8a9..a068e67 100644
  3. --- a/samples/knot.sample.conf.in
  4. +++ b/samples/knot.sample.conf.in
  5. @@ -14,7 +14,7 @@ system {
  6. # User for running server
  7. # May also specify user.group (e.g. knot.knot)
  8. - user knot.knot;
  9. + user root.root;
  10. # Directory for storing run-time data
  11. # e.g. PID file and control sockets
  12. @@ -63,11 +63,11 @@ zones {
  13. # storage "@storage_dir@";
  14. #
  15. # Example master zone
  16. -# example.com {
  17. -# file "@config_dir@/example.com.zone";
  18. + example.com {
  19. + file "example.com.zone";
  20. # xfr-out slave0;
  21. # notify-out slave0;
  22. -# }
  23. + }
  24. #
  25. # Example slave zone
  26. # example.net {