Tags: | os, parsing, file formats |
Authors: | Doug Coleman |
Class | Superclass | Slots |
network | tuple | ip netmask |
options | tuple | debug? edns0? insecure1? insecure2? ndots timeout attempts rotate? no-check-names? inet6? tcp? |
resolv.conf | tuple | nameserver domain lookup search sortlist options |
Word | Stack effect |
<network> | ( ip netmask -- network ) |
<options> | ( -- options ) |
<resolv.conf> | ( -- resolv.conf ) |
default-resolv.conf | ( -- resolv.conf ) |
lines>resolv.conf | ( lines -- resolv.conf ) |
path>resolv.conf | ( path -- resolv.conf ) |
string>resolv.conf | ( string -- resolv.conf ) |
Word | Stack effect |
network? | ( object -- ? ) |
options? | ( object -- ? ) |
resolv.conf? | ( object -- ? ) |