gnunet-resolver.1 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .\" This file is part of GNUnet.
  2. .\" Copyright (C) 2001-2019 GNUnet e.V.
  3. .\"
  4. .\" Permission is granted to copy, distribute and/or modify this document
  5. .\" under the terms of the GNU Free Documentation License, Version 1.3 or
  6. .\" any later version published by the Free Software Foundation; with no
  7. .\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  8. .\" copy of the license is included in the file
  9. .\" FDL-1.3.
  10. .\"
  11. .\" A copy of the license is also available from the Free Software
  12. .\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
  13. .\"
  14. .\" Alternately, this document is also available under the General
  15. .\" Public License, version 3 or later, as published by the Free Software
  16. .\" Foundation. A copy of the license is included in the file
  17. .\" GPL3.
  18. .\"
  19. .\" A copy of the license is also available from the Free Software
  20. .\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
  21. .\"
  22. .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
  23. .\"
  24. .Dd January 4, 2012
  25. .Dt GNUNET-RESOLVER 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-resolver
  29. .Nd built-in GNUnet stub resolver
  30. .Sh SYNOPSIS
  31. .Nm
  32. .Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  33. .Op Fl h | -help
  34. .Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  35. .Op Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
  36. .Op Fl r | -reverse
  37. .Op Fl v | -version
  38. .Ao Ar hostname Ac
  39. .Sh DESCRIPTION
  40. .Nm
  41. allows you to use the build-in GNUnet stub resolver.
  42. .Bl -tag -width indent
  43. .It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  44. Use the configuration file FILENAME.
  45. .It Fl h | -help
  46. Print short help on options.
  47. .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  48. Use LOGLEVEL for logging.
  49. Valid values are DEBUG, INFO, WARNING and ERROR.
  50. .It Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
  51. Configure logging to write logs to LOGFILE.
  52. .It Fl r | -reverse
  53. Perform a reverse lookup.
  54. .It Fl v | -version
  55. Print GNUnet version number.
  56. .El
  57. .\".Sh EXAMPLES
  58. .Sh SEE ALSO
  59. The full documentation for gnunet is maintained as a Texinfo manual.
  60. If the
  61. .Xr info 1
  62. and gnunet programs are properly installed at your site, the command
  63. .Pp
  64. .Dl info gnunet
  65. .Pp
  66. should give you access to the complete handbook,
  67. .Pp
  68. .Dl info gnunet-c-tutorial
  69. .Pp
  70. will give you access to a tutorial for developers.
  71. .sp
  72. Depending on your installation, this information is also available in
  73. .Xr gnunet 7 and
  74. .Xr gnunet-c-tutorial 7 .
  75. .\".Sh HISTORY
  76. .\".Sh AUTHORS
  77. .Sh BUGS
  78. Report bugs by using
  79. .Lk https://bugs.gnunet.org
  80. or by sending electronic mail to
  81. .Aq Mt gnunet-developers@gnu.org .