dns: Remove evil platform files.
parent
8ff702c069
commit
227e9d6672
|
@ -409,11 +409,16 @@ M: TXT rdata>byte-array
|
||||||
HOOK: initial-dns-servers os ( -- sequence )
|
HOOK: initial-dns-servers os ( -- sequence )
|
||||||
|
|
||||||
<WINDOWS
|
<WINDOWS
|
||||||
USE: dns.windows
|
USING: windows.iphlpapi ;
|
||||||
|
|
||||||
|
M: windows initial-dns-servers dns-server-ips ;
|
||||||
WINDOWS>
|
WINDOWS>
|
||||||
|
|
||||||
<UNIX
|
<UNIX
|
||||||
USE: dns.unix
|
USING: resolv-conf ;
|
||||||
|
|
||||||
|
M: unix initial-dns-servers
|
||||||
|
default-resolv.conf nameserver>> ;
|
||||||
UNIX>
|
UNIX>
|
||||||
|
|
||||||
: with-dns-servers ( servers quot -- )
|
: with-dns-servers ( servers quot -- )
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Doug Coleman
|
|
|
@ -1 +0,0 @@
|
||||||
unix
|
|
|
@ -1,7 +0,0 @@
|
||||||
! Copyright (C) 2010 Doug Coleman.
|
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
|
||||||
USING: accessors dns resolv-conf system ;
|
|
||||||
IN: dns.unix
|
|
||||||
|
|
||||||
M: unix initial-dns-servers
|
|
||||||
default-resolv.conf nameserver>> ;
|
|
|
@ -1 +0,0 @@
|
||||||
Doug Coleman
|
|
|
@ -1 +0,0 @@
|
||||||
windows
|
|
|
@ -1,6 +0,0 @@
|
||||||
! Copyright (C) 2010 Doug Coleman.
|
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
|
||||||
USING: dns system windows.iphlpapi ;
|
|
||||||
IN: dns.windows
|
|
||||||
|
|
||||||
M: windows initial-dns-servers dns-server-ips ;
|
|
Loading…
Reference in New Issue