Searched refs:nameserver (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/etc/examples/
H A Drad.conf11 nameserver 2001:db8::53
/openbsd-current/sbin/route/
H A Dkeywords.sh49 nameserver
H A Droute.c96 int nameserver(int, char **);
304 rval = nameserver(argc, argv);
1164 nameserver(int argc, char *argv[]) function
/openbsd-current/usr.sbin/unbound/services/
H A Drpz.c2045 * lookups for nameserver targets, it would use the without flag
2191 * lookups for nameserver targets, it would use the without flag
2389 struct delegpt_ns* nameserver; local
2392 /* the rpz specs match the nameserver names (NS records), not the
2394 for(nameserver = dp->nslist;
2395 nameserver != NULL;
2396 nameserver = nameserver->next) {
2397 z = rpz_find_zone(zones, nameserver->name, nameserver
[all...]
/openbsd-current/sbin/unwind/libunbound/services/
H A Drpz.c2045 * lookups for nameserver targets, it would use the without flag
2191 * lookups for nameserver targets, it would use the without flag
2389 struct delegpt_ns* nameserver; local
2392 /* the rpz specs match the nameserver names (NS records), not the
2394 for(nameserver = dp->nslist;
2395 nameserver != NULL;
2396 nameserver = nameserver->next) {
2397 z = rpz_find_zone(zones, nameserver->name, nameserver
[all...]
/openbsd-current/distrib/miniroot/
H A Dinstall.sub2169 # Check for nameserver proposals resolvd found.
2171 # Get/store nameserver address(es) as a blank separated list
2175 [[ $_f1 == nameserver ]] && _ns="${_ns:+$_ns }$_f2"
2205 # nameserver is configured via dhcp too.
2217 echo "nameserver $_ns" >>/tmp/resolv.conf

Completed in 94 milliseconds