2010-10-01 02:23:31 -04:00
|
|
|
! Copyright (C) 2010 Doug Coleman.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2010-10-05 22:44:22 -04:00
|
|
|
USING: accessors dns resolv-conf system ;
|
2010-10-01 02:23:31 -04:00
|
|
|
IN: dns.unix
|
|
|
|
|
2010-10-05 22:44:22 -04:00
|
|
|
M: unix initial-dns-servers
|
|
|
|
default-resolv.conf nameserver>> ;
|