factor/extra/dns/unix/unix.factor

8 lines
215 B
Factor
Raw Normal View History

! 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 ;
IN: dns.unix
2010-10-05 22:44:22 -04:00
M: unix initial-dns-servers
default-resolv.conf nameserver>> ;