translate DNS queries to avahi-resolve
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: tweak

+5 -5
+5 -5
README.md
··· 1 1 # avahi-proxy 2 2 3 - Act as a DNS server listening on a given port (and optional IP, otherwise 4 - defaulting to `127.0.0.1`) and pass each `A` and `AAAA` query received for the 5 - `local` domain to `avahi-resolve`. 6 - If it gets an answer, pass it back as a proper DNS reply, otherwise return 7 - `NXDOMAIN`. 3 + This acts as a DNS server listening on a given port (and optional IP, otherwise 4 + defaulting to `127.0.0.1`) and passes each `A` and `AAAA` query received for 5 + the `local` domain to `avahi-resolve`. 6 + If it gets an answer, it passes it back as a proper DNS reply, otherwise 7 + returning `NXDOMAIN`. 8 8 9 9 ## Compiling 10 10