1avahi-dnsconfd.action(8) System Manager's Manual avahi-dnsconfd.action(8)
2
3
4
6 avahi-dnsconfd.action - avahi-dnsconfd action script
7
9 /etc/avahi/avahi-dnsconfd.action
10
12 avahi-dnsconfd.action is the action script that is called whenever a
13 new unicast DNS server is found or removed by avahi-dnsconfd. The
14 default script as shipped with avahi patches /etc/resolv.conf to
15 reflect the changed unicast DNS server configuration.
16
18 argv[1] Contains the character "+" if the DNS server is new, "-" when
19 it shall be removed from the DNS server list.
20
21 argv[2] The IP address of the DNS server.
22
23 argv[3] Numerical network interface number this DNS server was found
24 on.
25
26 argv[4] Numerical protocol number this DNS server was found on. (usu‐
27 ally 2 for IPv4 and 10 for IPv6)
28
30 AVAHI_INTERFACE Contains the textual interface name the corresponds
31 with argv[3]. (e.g. "eth0")
32
33 AVAHI_INTERFACE_DNS_SERVERS Contains a list of all DNS servers that
34 avahi-dnsconfd found on the interface $AVAHI_INTERFACE, separated by
35 spaces.
36
37 AVAHI_DNS_SERVERS Contains a list of all DNS server that avahi-dnsconfd
38 found on all interfaces, separated by spaces.
39
41 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>;
42 Avahi is available from http://avahi.org/
43
45 avahi-dnsconfd(8), avahi-daemon(8)
46
48 This man page was written using xml2man(1) by Oliver Kurth.
49
50
51
52Manuals User avahi-dnsconfd.action(8)