From fe49776280489a3bb9405f2d7651d1b16e4fe2e6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 12 Jan 2021 10:03:51 +0000 Subject: First big batch of fixes, remove dnsfunnel-daemon, etc. --- doc/dnsfunnel-daemon.html | 115 ---------------------------------------------- 1 file changed, 115 deletions(-) delete mode 100644 doc/dnsfunnel-daemon.html (limited to 'doc/dnsfunnel-daemon.html') diff --git a/doc/dnsfunnel-daemon.html b/doc/dnsfunnel-daemon.html deleted file mode 100644 index b779635..0000000 --- a/doc/dnsfunnel-daemon.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - dnsfunnel: the dnsfunnel-daemon program - - - - - - -

-dnsfunnel
-Software
-skarnet.org -

- -

The dnsfunnel-daemon program

- -

-dnsfunnel-daemon binds to a local UDP socket, drops its -privileges, then executes into dnsfunneld. -It is the high-level entry point to invoke in scripts that want to launch -dnsfunneld. - -

- -

Interface

- -
-     dnsfunnel-daemon [ -v verbosity ] [ -d notif ] [ -U | -u uid -g gid ] [ -i ip:port ] [ -R root ] [ -b bufsize ] [ -f cachelist ] [ -T | -t ] [ -N | -n ]
-
- - - -

- The point of dnsfunnel-daemon is to separate the administrative -operations of starting a daemon from the actual serving part, which is -handled by dnsfunneld. -

- -

Exit codes

- - - -

Options

- - - -

- The other options control the activation or deactivation of various -dnsfunneld features: -

-
  • -T : Do not activate truncation of responses. This is -the default.
  • -
  • -t : If a DNS response is bigger than 510 bytes, -truncate its last resource records until it fits into 510 bytes and can -be sent in a UDP packet.
  • -
  • -N : Do not activate nxdomain workaround. This is the -default.
  • -
  • -n : Activate nxdomain workaround. When receiving an A -(resp. AAAA) query to forward, also make an AAAA (resp. A) query, and adjust -the response accordingly. Some DNS servers incorrectly answer NXDOMAIN when -they should just answer NODATA, and querying for another, existing, record -type for the same domain allows dnsfunneld to tell the difference between a -real NXDOMAIN (in which case that response is forwarded to the client) and -an incorrect one (in which case NODATA is answered to the client instead).
  • -
  • Other options may be added in the future.
  • - - - - -- cgit v1.3.1