gnunet-dns2gns.1 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 March 5, 2018
  25. .Dt GNUNET-DNS2GNS 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-dns2gns
  29. .Nd run a DNS-to-GNS proxy
  30. .Sh SYNOPSIS
  31. .Nm
  32. .Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  33. .Op Fl d Ar IP | Fl -dns= Ns Ar IP
  34. .Op Fl h | -help
  35. .Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  36. .Op Fl v | -version
  37. .Sh DESCRIPTION
  38. .Nm
  39. runs a DNS resolver which delegates requests GNS if the TLD
  40. matches one configured for GNS.
  41. All other requests are forwarded to DNS.
  42. This DNS proxy is useful for enabling non-personalized GNS-resolution to an
  43. entire network or to offer GNS-resolution to DNS users.
  44. .Bl -tag -width indent
  45. .It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  46. Use the configuration file
  47. .Ar FILENAME .
  48. .It Fl d Ar IP | Fl -dns= Ns Ar IP
  49. IP address of a recursive DNS resolver that should be used
  50. for non-GADS hostnames.
  51. .It Fl h | -help
  52. Print short help on options.
  53. .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  54. Use LOGLEVEL for logging.
  55. Valid values are DEBUG, INFO, WARNING and ERROR.
  56. .It Fl v | -version
  57. Print GNUnet version number.
  58. .El
  59. .Sh SEE ALSO
  60. .Xr gnunet-gns-fcfs 1 ,
  61. .Xr gnunet-gns 1 ,
  62. .Xr gnunet-identity 1
  63. .Pp
  64. The full documentation for gnunet is maintained as a Texinfo manual.
  65. If the
  66. .Xr info 1
  67. and gnunet programs are properly installed at your site, the command
  68. .Pp
  69. .Dl info gnunet
  70. .Pp
  71. should give you access to the complete handbook,
  72. .Pp
  73. .Dl info gnunet-c-tutorial
  74. .Pp
  75. will give you access to a tutorial for developers.
  76. .sp
  77. Depending on your installation, this information is also available in
  78. .Xr gnunet 7 and
  79. .Xr gnunet-c-tutorial 7 .
  80. .\".Sh HISTORY
  81. .\".Sh AUTHORS
  82. .Sh BUGS
  83. Report bugs by using
  84. .Lk https://bugs.gnunet.org
  85. or by sending electronic mail to
  86. .Aq Mt gnunet-developers@gnu.org .