]> gitweb.factorcode.org Git - factor.git/blob - basis/dns/unix/unix.factor
Switch to https urls
[factor.git] / basis / dns / unix / unix.factor
1 ! Copyright (C) 2010 Doug Coleman.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: accessors dns resolv-conf system ;
4 IN: dns.unix
5
6 M: unix initial-dns-servers
7     default-resolv.conf nameserver>> ;