HomeSort by: relevance | last modified time | path
    Searched refs:resolvconf (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/bsd/openresolv/sbin/
Makefile 3 SUBDIR= resolvconf
  /src/external/bsd/openresolv/libexec/
Makefile 3 SUBDIR= resolvconf
  /src/external/bsd/openresolv/sbin/resolvconf/
Makefile 7 SCRIPTS= resolvconf
10 MAN= resolvconf.conf.5 resolvconf.8
  /src/external/bsd/openresolv/dist/
pdns_recursor.in 5 # PowerDNS Recursor subscriber for resolvconf
29 [ -f "@SYSCONFDIR@"/resolvconf.conf ] || exit 0
30 . "@SYSCONFDIR@/resolvconf.conf" || exit 1
32 [ -z "$RESOLVCONF" ] && eval "$(@SBINDIR@/resolvconf -v)"
60 @SBINDIR@/resolvconf -D "$pdnsd_zones"
73 @SBINDIR@/resolvconf -r ${pdns_service}
resolvectl.in 5 # resolvectl subscriber for resolvconf
29 [ -f "@SYSCONFDIR@"/resolvconf.conf ] || exit 0
30 . "@SYSCONFDIR@/resolvconf.conf" || exit 1
50 # although resolvconf has always hinted that the named configuration
54 # Luckily resolvconf makes this easy for us.
56 # Returns a list of resolvconf entries for a real interface
62 for IFACE_PROTO in $(@SBINDIR@/resolvconf -Li "$IFACE" "$IFACE.*" 2>/dev/null); do
81 # For the given interface, apply a list of resolvconf entries
95 if [ -n "$(@SBINDIR@/resolvconf -p $@)" ]; then
102 DOMAIN=$(@SBINDIR@/resolvconf -L $@ 2>/dev/null | sed -n -e "s/domain //p" -e "s/search //p"
    [all...]
named.in 5 # named subscriber for resolvconf
29 [ -f "@SYSCONFDIR@"/resolvconf.conf ] || exit 0
30 . "@SYSCONFDIR@/resolvconf.conf" || exit 1
32 [ -z "$RESOLVCONF" ] && eval "$(@SBINDIR@/resolvconf -v)"
54 newoptions="# Generated by resolvconf$NL"
85 @SBINDIR@/resolvconf -D "$named_options" "$named_zones"
116 @SBINDIR@/resolvconf -r ${named_service}
systemd-resolved.in 5 # systemd-resolved subscriber for resolvconf
29 [ -f "@SYSCONFDIR@"/resolvconf.conf ] || exit 0
30 . "@SYSCONFDIR@/resolvconf.conf" || exit 1
37 [ -n "$RESOLVCONF" ] || eval "$(@SBINDIR@/resolvconf -v)"
41 : ${systemd_resolved_conf:=/run/systemd/resolved.conf.d/60-resolvconf.conf}
48 @SBINDIR@/resolvconf -D "$systemd_resolved_conf" "$systemd_delegate_dir/x"
51 header="# Generated by resolvconf$NL"
64 rm -f "$systemd_delegate_dir/resolvconf-"*".dns-delegate"
65 header="# Generated by resolvconf$NL
    [all...]
unbound.in 5 # unbound subscriber for resolvconf
32 [ -f "@SYSCONFDIR@"/resolvconf.conf ] || exit 0
33 . "@SYSCONFDIR@/resolvconf.conf" || exit 1
35 [ -z "$RESOLVCONF" ] && eval "$(@SBINDIR@/resolvconf -v)"
41 newconf="# Generated by resolvconf$NL"
90 @SBINDIR@/resolvconf -D "$unbound_conf"
101 @SBINDIR@/resolvconf -r ${unbound_service}
libc.in 5 # libc subscriber for resolvconf
88 # Support original resolvconf configuration layout
90 if [ -f "$SYSCONFDIR"/resolvconf.conf ]; then
91 . "$SYSCONFDIR"/resolvconf.conf
92 elif [ -d "$SYSCONFDIR"/resolvconf ]; then
93 SYSCONFDIR="$SYSCONFDIR/resolvconf"
115 : ${list_resolv:=@SBINDIR@/resolvconf -L}
125 signature="# Generated by resolvconf"
157 eval "$(@SBINDIR@/resolvconf -V)"
161 [ -z "$RESOLVCONF" ] && eval "$(@SBINDIR@/resolvconf -v)
    [all...]
dnsmasq.in 5 # dnsmasq subscriber for resolvconf
29 [ -f "@SYSCONFDIR@"/resolvconf.conf ] || exit 0
30 . "@SYSCONFDIR@/resolvconf.conf" || exit 1
32 [ -z "$RESOLVCONF" ] && eval "$(@SBINDIR@/resolvconf -v)"
40 newconf="# Generated by resolvconf$NL"
157 @SBINDIR@/resolvconf -D "$dnsmasq_conf" "$dnsmasq_resolv"
189 @SBINDIR@/resolvconf -r ${dnsmasq_service}
pdnsd.in 5 # pdnsd subscriber for resolvconf
29 [ -f "@SYSCONFDIR@"/resolvconf.conf ] || exit 0
30 . "@SYSCONFDIR@/resolvconf.conf" || exit 1
32 [ -z "$RESOLVCONF" ] && eval "$(@SBINDIR@/resolvconf -v)"
37 signature="# Generated by resolvconf"
38 signature_end="# End of resolvconf"
87 newresolv="# Generated by resolvconf$NL"
94 @SBINDIR@/resolvconf -D "$pdnsd_resolv" "$pdnsd_conf"
110 newconf="${newconf} label=resolvconf;$NL
    [all...]
  /src/external/bsd/unbound/dist/libunbound/python/doc/examples/
example7-1.py 9 ctx.resolvconf("/etc/resolv.conf")
example7-2.py 9 ctx.resolvconf("/etc/resolv.conf")
example6-1.py 5 ctx.resolvconf("/etc/resolv.conf")
example8-1.py 9 ctx.resolvconf("/etc/resolv.conf")
  /src/external/bsd/unbound/dist/libunbound/python/examples/
dns-lookup.py 39 ctx.resolvconf("/etc/resolv.conf")
ns-lookup.py 40 ctx.resolvconf("/etc/resolv.conf")
reverse-lookup.py 39 ctx.resolvconf("/etc/resolv.conf")
async-lookup.py 40 ctx.resolvconf("/etc/resolv.conf")
dnssec-valid.py 40 ctx.resolvconf("/etc/resolv.conf")
mx-lookup.py 40 ctx.resolvconf("/etc/resolv.conf")
example8-1.py 40 ctx.resolvconf("/etc/resolv.conf")
  /src/external/bsd/openresolv/libexec/libc.d/
Makefile 8 FILESDIR= /libexec/resolvconf/libc.d
  /src/external/bsd/openresolv/libexec/resolvconf/
Makefile 8 FILESDIR= /libexec/resolvconf
  /src/external/bsd/dhcpcd/dist/hooks/
20-resolv.conf 2 # Support resolvconf(8) if available
3 # We can merge other dhcpcd resolv.conf files into one like resolvconf,
4 # but resolvconf is preferred as other applications like VPN clients
6 # Also, resolvconf can configure local nameservers such as bind
13 : ${resolvconf:=resolvconf}
14 if command -v "$resolvconf" >/dev/null 2>&1; then
184 printf %s "$conf" | "$resolvconf" -a "$ifname"
199 "$resolvconf" -d "$ifname" -f
218 # avoid calling resolvconf -c on CARRIER unless we roa
    [all...]

Completed in 19 milliseconds

1 2