% Librarian I01-47s[11?*A $$$@(bB 127_0_0_DB DHCLIENT_CONFFAILSAFE_CONFIG IPNODES LOCALHOST_DB LOCAL_ZONELOCAL_ZONE_SIGNED@ LOOPBACK_DBLPD_CONF NAMED_CONFJNAMED_CONF_CACHEgNAMED_CONF_DNSXNAMED_CONF_FWDxNAMED_CONF_ZONE READ_BIND_MED RESOLV_CONF= RNDC_CONF3 ROOT_HINT;SERVICES TCPIP$GATEDTCPIP$IMAP_CONFTCPIP$IMAP_MAGIC_TXTTCPIP$LBROKER_CONFTCPIP$NTP_CONFTCPIP$PRINTCAP_DAT6 SYSCONFIGTABTCPIP$EXTENSION_MIB_RUN(TCPIP$EXTENSION_MIB_SHUTDOWN TCPIP$EXTENSION_MIB_STARTUP TCPIP$GATEDTCPIP$IMAP_CONFTCPIP$IMAP_MAGIC_TXTTCPIP$LBROKER_CONFTCPIP$NTP_CONFTCPIP$POP_CONFTCPIP$PRINTCAP_DATTCPIP$SMTP_CONF1TCPIP$VMS_SNMP_CONF9 XDM_CONFIGXDM_KEYS; XDM_XACCESS> XDM_XSERVERS"SERVICES XDM_XSERVERSMP_CONF hH]1## File name: IPNODES.DAT1# Product: VSI TCP/IP Services for OpenVMS# Version: V6.0-24#G# Copyright 2015, 2024 VMS Software, Inc. and Hewlett Packard G# Enterprise Development L.P. ### DESCRIPTION:#L# The IPNODES.DAT file associates hostnames with IPv4 and IPv6 addresses.# # SYNTAX:#C# address hostname.domain.name [alias_1,...,alias_n] [#comments]#5# address  - can be an IPv4 or an IPv6 addressN# hostname.domain.name - fully qualified hostname (including domain name)># alias_n - other names or abbreviations for this hostG# #comments - text following a comment delimiter (#) is ignored#::1 localhostwwx%1#B# File name: XDM_KEYS.TXT1# Product: VSI TCP/IP Services for OpenVMS # Version: V6.0-24C#BG# Copyright 2015, 2024 VMS Software, Inc. and Hewlett Packard PG# Enterprise Development L.P. T#P# # XDM security key file#C#I+# Excursion Display ID: Excursion Cookie:N#Dtest123456 123457#P"# Exceed Display ID: Exceed Key:# HCLpcXserver:629409365 1234568ww TCPIPBUILD ^1;; File name: LOCALHOST.DB1; Product: VSI TCP/IP Services for OpenVMS; Version: V6.0-24;G; Copyright 2015, 2024 VMS Software, Inc. and Hewlett Packard G; Enterprise Development L.P. ;;C; BIND data file for local loopback interface (forward translation);$ORIGIN localhost.0@ 1D IN SOA @ root (@ 42 ; SerialA 3H ; Refresh? 15M ; Retry@ 1W ; ExpiryA 1D ) ; Minimum;) 1D IN NS @1 1D IN A 127.0.0.1ww`1/*: * Copyright (C) Internet Systems Consortium, Inc. ("ISC") *F * This Source Code Form is subject to the terms of the Mozilla PublicF * License, v. 2.0. If a copy of the MPL was not distributed with this< * file, you can obtain one at https://mozilla.org/MPL/2.0/. *C * See the COPYRIGHT file distributed with this work for additional- * information regarding copyright ownership. *//*I * This is a worthless, nonrunnable example of a named.conf file that hasJ * every conceivable syntax element in use. We use it to test the parser.L * It could also be used as a conceptual template for users of new features. *//* * C-style comments are OK */// So are C++-style comments# So are shell-style comments'// watch out for ";" -- it's important! options { additional-from-auth true; additional-from-cache false; version "my version string";# Not available with OpenVMS # random-device "/dev/random";' directory "SYS$SPECIFIC:[TCPIP$BIND]"; port 666; sig-validity-interval 33;/ dump-file "named_dump.db"; // _PATH_DUMPFILE1 pid-file "named.pid"; // _PATH_PIDFILE/ statistics-file "named.stats"; // _PATH_STATS7 memstatistics-file "named.memstats"; // _PATH_MEMSTATS max-cache-ttl 999;2 auth-nxdomain yes; // always set AA on NXDOMAIN.% // don't set this to 'no' unless+ // you know what you're doing -- older // servers won't like it. # Obsolete deallocate-on-exit no; dialup yes; # Obsolete fake-iquery no; fetch-glue yes; has-old-clients yes; host-statistics no; # Obsolete9 multiple-cnames no; // if yes, then a name my have more$ // than one CNAME RR. This use" // is non-standard and is not( // recommended, but it is available+ // because previous releases supported) // it and it was used by large sites // for load balancing.4 notify yes; // send NOTIFY messages. You can set // notify on a zone-by-zone% // basis in the "zone" statement // see (below) recursion yes; rfc2308-type1 no; # Obsolete use-id-pool yes; # Obsolete treat-cr-as-space yes; also-notify { 10.0.2.3; };= // The "forward" option is only meaningful if you've defined. // forwarders. "first" gives the normal BINDC // forwarding behavior, i.e. ask the forwarders first, and if that; // doesn't work then do the full lookup. You can also say; // "forward only;" which is what used to be specified withA // "slave" or "options forward-only". "only" will never attempt4 // a full lookup; only the forwarders will be used. forward first; forwarders { 1.2.3.4; 5.6.7.8; }; check-names master fail; check-names slave warn; check-names response ignore; allow-query { any; }; allow-transfer { any; }; allow-recursion { !any; }; blackhole { 45/24; }; keep-response-order { 46/24; }; listen-on { 10/24; 10.0.0.3; }; listen-on port 53 { any; }; listen-on { 5.6.7.8; }; listen-on port 1234 { !1.2.3.4; 1.2.3/24; }; listen-on-v6 { 1:1:1:1:1:1:1:1; }; listen-on-v6 port 777 { 2:2:2:2:2:2:2:2; };0 query-source-v6 address 8:7:6:5:4:3:2:1 port *;) query-source port * address 10.0.0.54 ; lame-ttl 444; max-transfer-time-in 300; max-transfer-time-out 10; max-transfer-idle-in 100; max-transfer-idle-out 11; max-retry-time 1234; min-retry-time 1111; max-refresh-time 888; min-refresh-time 777; max-ncache-ttl 333; min-roots 15; serial-queries 34; transfer-format one-answer; transfers-in 10; transfers-per-ns 2; transfers-out 0; transfer-source 10.0.0.5;$ transfer-source-v6 4:3:2:1:5:6:7:8; request-ixfr yes; provide-ixfr yes;# Now called 'provide-ixfr'K# maintain-ixfr-base no; // If yes, keep transaction log file for IXFR max-ixfr-log-size 20m; coresize 100; datasize 101; files 230; max-cache-size 1m; stacksize 231 ; cleaning-interval 1000; heartbeat-interval 1001; interface-interval 1002; statistics-interval 1003; topology { 10/8; !1.2.3/24; { 1.2/16; 3/8; }; }; sortlist { 10/8; 11/8; }; tkey-domain "foo.com"; tkey-dhkey "xyz" 666 ; rrset-order {* class IN type A name "foo" order random; order cyclic; };};/*F * Control listeners, for "ndc". Every nameserver needs at least one. */ controls {8 // 'inet' lines without a 'port' defaults to 'port 953'A // 'keys' must be used and the list must have at least one entry0 inet * port 52 allow { any; } keys { "key2"; };D unix "/var/run/ndc" perm 0600 owner 0 group 0; // ignored by named.7 inet 10.0.0.1 allow { any; key foo; } keys { "key4";};: inet 10.0.0.2 allow { none; } keys { "key-1"; "key-2"; }; inet 10.0.0.2 allow { none; };};zone "master.demo.zone" {3 type master; // what used to be called "primary"4 database "somedb -option1 -option2 arg1 arg2 arg3"; file "master.demo.zone"; check-names fail; allow-update { none; };- allow-update-forwarding { 10.0.0.5; !any; }; allow-transfer { any; }; allow-query { any; }; sig-validity-interval 990; notify explicit;A also-notify { 1.0.0.1; }; // don't notify any nameservers other* // than those on the NS list for this // zone forward first;+ forwarders { 10.0.0.3; 1:2:3:4:5:6:7:8; };};zone "slave.demo.zone" {4 type slave; // what used to be called "secondary" file "slave.demo.zone";O ixfr-base "slave.demo.zone.ixfr"; // File name for IXFR transaction log file masters {; 1.2.3.4 port 10 key "foo"; // where to zone transfer from 5.6.7.8; 6.7.8.9 key "zippo"; };9 transfer-source 10.0.0.53; // fixes multihoming problems check-names warn; allow-update { none; }; allow-transfer { any; };" allow-update-forwarding { any; }; allow-query { any; };@ max-transfer-time-in 120; // if not set, global option is used.? max-transfer-time-out 1; // if not set, global option is used.> max-transfer-idle-in 2; // if not set, global option is used.? max-transfer-idle-out 3; // if not set, global option is used. also-notify { 1.0.0.2; }; forward only;8 forwarders { 10.45.45.45; 10.0.0.3; 1:2:3:4:5:6:7:8; };};8key "non-viewkey" { secret "YWFh" ; algorithm "zzz" ; };view "test-view" in {5 key "viewkey" { algorithm "xxx" ; secret "eXl5" ; }; also-notify { 10.2.2.3; }; trusted-keys {- foo.com. 4 3 2 "abdefghijklmnopqrstuvwxyz"; }; sig-validity-interval 45; max-cache-size 100000; allow-query { 10.0.0.30;}; additional-from-cache false; additional-from-auth no; match-clients { 10.0.0.1 ; }; check-names master warn; check-names slave ignore; check-names response fail; auth-nxdomain false; recursion true; provide-ixfr false; request-ixfr true; fetch-glue true; notify false; rfc2308-type1 false; transfer-source 10.0.0.55;$ transfer-source-v6 4:3:8:1:5:6:7:8;) query-source port * address 1!0.0.0.54 ;0 query-source-v6 address 6:6:6:6:6:6:6:6 port *; max-transfer-time-out 45; max-transfer-idle-out 55; cleaning-interval 100; min-roots 3; lame-ttl 477; max-ncache-ttl 333; max-cache-ttl 777; transfer-format many-answers; max-retry-time 7; min-retry-time 4; max-refresh-time 999; min-refresh-time 111; zone "view-zone.com" { type master;( allow-update-forwarding { 10.0.0.34;}; file "view-zone-master"; }; server 5.6.7.8 { keys "viewkey"; }"; server 10.9.8.7 { keys "non-viewkey"; }; dialup yes;};zone "stub.demo.zone" {1 type stub; // stub zones are like slave zones,' // except that only the NS records // are transferred. dialup yes; file "stub.demo.zone"; masters {+ 1.2.3.4 ; // where to zone transfer from 5.6.7.8 port 999; }; check-names warn; allow-update { none; }; allow-transfer { any; }; allow-query { any; }; max-retry-time 10; min-retry-time 11; max-refresh#-time 12; min-refresh-time 13;@ max-transfer-time-in 120; // if not set, global option is used." pubkey 257 255 1 "a useless key";( pubkey 257 255 1 "another useless key";}; zone "." {0 type hint; // used to be specified w/ "cache" file "cache.db";// pubkey 257 255 1 "AQP2fHpZ4VMpKo/jc9Fod821uyfY5p8j5h/Am0V/KpBTMZjdXmp9QJe6yFRoIIzkaNCgTIftASdpXGgCwFB2j2KXP/rick6gvEer5VcDEkLR5Q==";};trusted-keys { "." 257 255 1 "AQP2fHpZ4VMpKo/jc9Fod821uyfY5p8j5h/Am0V/KpBTMZjdXmp9QJe6yFRo$IIzkaNCgTIftASdpXGgCwFB2j2KXP/rick6gvEer5VcDEkLR5Q==";};Hacl can_query { !1.2.3/24; any; }; // network 1.2.3.0 mask 255.255.255.0" // is disallowed; rest are OKJacl can_axfr { 1.2.3.4; can_query; }; // host 1.2.3.4 and any host allowed // by can_query are OKzone "disabled-zone.com" { type master; file "bar"; max-retry-time 100; min-retry-time 110; max-refresh-time 120; min-refresh-time 130;};"zone "non-default-acl.demo.zone" { type master; file "foo";% allow-query { can_query; }; allow-transfer { can_axfr; }; allow-update { 1.2.3.4; 5.6.7.8; };' pubkey 666 665 664 "key of the beast"; // Errors trapped by parser:! // identity or name not absolute; // 'wildcard' match type and no wildcard character in name // // issues:K // - certain rdatatype values (such as "key") are config file keywords and3 // must be quoted or a syntax error will occur. // update-policy {7 grant root.domain. subdomain host.domain. A &MX CNAME;3 grant sub.root.domain. wildcard *.host.domain. A;A grant root.domain. name host.domain. a ns md mf cname soa mb mg4 mr "null" wks ptr hinfo minfo mx txt rp afsdb x25; isdn rt nsap sig "key" px gpos aaaa loc nxt srv naptr kx+ cert a6 dname opt unspec uri tkey tsig ;) grant foo.bar.com. self foo.bar.com. a; };};3key sample_key { // for TSIG; supported by parser7 algorithm hmac-md5; // but not yet implemented in the9 secret "eW91ciBzZWNyZXQgaGVyZQ=="; // res't of the server}; key key2 { algorithm hmac-md5;# secret "ZXJlaCB0ZXJjZXMgcm91eQ==";};Dacl key_acl { key sample_key; }; // a request signed with sample_keyserver 1.2.3.4 { request-ixfr no; provide-ixfr no;0 bogus no; // if yes, we won't query or listen // to this server< transfer-format one-answer; // set transfer format for this& // server (see the description of // 'transfer-format' above)+ // if not specified, the global option // will be us(ed" transfers 0; // not implemented< keys { "sample_key" }; // for TSIG; supported by the parser& // but not yet implemented in the // rest of the server# Now called 'request-ixfr'8# support-ixfr yes; // for IXFR supported by server, // if yes, the listed server talks IXFR}; logging { /*B * All log output goes to one or more "channels"; you can make as * many of them as you want. */= channel syslog_errors { // this channel will send errors or5 sysl)og user; // or worse to syslog (user facility) severity error; }; channel stderr_errors { stderr; }; /*@ * Channels have a severity level. Messages at severity levelsB * greater than or equal to the channel's level will be logged onB * the channel. In order of decreasing severity, the levels are: * * critical a fatal error * error * warning, * notice a normal, but significant event# * info an informational message/ * debug 1 the least deta*iled debugging info * .... * debug 99 the most detailed debugging info */ /*# * Here are the built-in channels: * * channel default_syslog { * syslog daemon; * severity info; * }; * * channel default_debug {6 * file "named.run"; // note: stderr is used instead' * // of "named.run" if the server# * // is started with the "-f" * // option.2 * severity dynamic; // this means log debugging& * // at whatever debugging level&+ * // the server is at, and don't * // log anything if not * // debugging. * }; */ * channel null { // this is the bit bucket;5 * file "/dev/null"; // any logging to this channel * // is discarded. * }; *0 * channel default_stderr { // writes to stderr3 * file ""; // this is illustrative only;# * // there's currently no way$ * // of saying "stderr" in the" * // configuration language.' * // i.e. don't try this at ,home. * severity info; * }; *@ * default_stderr only works before the server daemonizes (i.e.? * during initial startup) or when it is running in foreground" * mode (-f command line option). */ /*7 * There are many categories, so you can send the logs> * you want to see wherever you want, without seeing logs you- * don't want. Right now the categories are */ * default the catch-all. many things still- * aren't classified into categories, and* * - they all end up here. also, if you' * don't specify any channels for a- * category, the default category is used * instead.* * config high-level configuration file * processing4 * parser low-level configuration file processing4 * queries what used to be called "query logging"4 * lame-servers messages like "Lame server on ..." * statistics, * panic if the server has to shut itself* * down due to an internal problem, it( * logs the problem here. (as well as( * in the problem's native category) * update dynamic update * ncache negative caching, * xfer-in zone transfers we're receiving* * xfer-out zone transfers we're sending * db all database operations2 * eventlib debugging info from the event system * (see below)/ * packet dumps of packets received and sent * (see below) * notify the NOTIFY protocol0 * cname messages like "XX points to a CNAME"* * security approved/unapproved requ/ests" * os operating system problems' * insist consistency check failures% * maintenance periodic maintenance * load zone loading" * response-checks messages like * "Malformed response ..." * "wrong ans. name ..."& * "unrelated additional info ..." * "invalid RR type ..." * "bad referral ..." */ category parser {4 syslog_errors; // you can log to as many channels! default_syslog; // as you want };; category lame-servers { null; }0; // don't log these at all channel moderate_debug { file "foo"; // foo1 severity debug 3; // level 3 debugging to file, print-time yes; // timestamp log entries- print-category yes; // print category name. print-severity yes; // print severity level /*8 * Note that debugging must have been turned on either: * on the command line or with a signal to get debugging: * output (non-debugging output will still be written to * this channel). */ }; chann1el another {" file "bar" versions 99 size 10M; severity info; }; channel third {, file "bar" size 100000 versions unlimited;, severity debug; // use default debug level }; /*? * If you don't want to see "zone XXXX loaded" messages but do9 * want to see any problems, you could do the following. */ channel no_info_messages { syslog; severity notice; };% category load { no_info_messages; }; /*@ * You can also define category "default"; it gets used2 when no7 * "category" statement has been given for a category. */ category default { default_syslog; moderate_debug; }; /*> * If you don't define category default yourself, the default) * default category will be used. It is *9 * category default { default_syslog; default_debug; }; */ /*< * If you don't define category panic yourself, the default' * panic category will be used. It is *8 * category panic { default_syslog; default_stderr; }; */ /*C * Two categories, 'packet' and 'eventlib', are special. Only one= * channel may be assigned to each of them, and it must be aF * file channel. If you don't define them yourself, they default to *) * category eventlib { default_debug; }; *' * category packet { default_debug; }; */};5#include "filename"; // can't do within a statementww48a1; File name: ROOT.HINT;;; DESCRIPTION:;>; Data file for initial cache data for root domain servers.;G; This file holds the information on root name servers needed to 8; initialize cache of Internet domain name servers;; (e.g. reference this file in the "cache . "9; configuration file of BIND domain name servers). ; 0; This file is made available by InterNIC ; under anonymous FTP as4; file 5 /domain/named.cache 0; on server FTP.INTERNIC.NET/; -OR- RS.INTERNIC.NET; '; last update: June 24, 2021 4; related version of root zone: 2021062401; ; FORMERLY NS.INTERNIC.NET ;?. 3600000 NS A.ROOT-SERVERS.NET.6A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4?A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30; ; FORMERLY NS1.ISI.EDU ;?. 6 3600000 NS B.ROOT-SERVERS.NET.8B.ROOT-SERVERS.NET. 3600000 A 199.9.14.201;B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:200::b; ; FORMERLY C.PSI.NET ;?. 3600000 NS C.ROOT-SERVERS.NET.7C.ROOT-SERVERS.NET. 3600000 A 192.33.4.129C.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2::c; ; FORMERLY TERP.UMD.EDU ;?. 3600000 NS D.ROOT-SERVERS.NET.7D.ROOT-SERVERS.N7ET. 3600000 A 199.7.91.13:D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2d::d; ; FORMERLY NS.NASA.GOV;?. 3600000 NS E.ROOT-SERVERS.NET.:E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10:E.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:a8::e; ; FORMERLY NS.ISC.ORG;?. 3600000 NS F.ROOT-SERVERS.NET.7F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241:F.ROOT-SERVERS.NET. 36000800 AAAA 2001:500:2f::f; ; FORMERLY NS.NIC.DDN.MIL;?. 3600000 NS G.ROOT-SERVERS.NET.8G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4<G.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:12::d0d; ; FORMERLY AOS.ARL.ARMY.MIL;?. 3600000 NS H.ROOT-SERVERS.NET.9H.ROOT-SERVERS.NET. 3600000 A 198.97.190.53:H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::53; ; FORMERLY NIC.NORDU.NET9;?. 3600000 NS I.ROOT-SERVERS.NET.9I.ROOT-SERVERS.NET. 3600000 A 192.36.148.178I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fe::53; ; OPERATED BY VERISIGN, INC.;?. 3600000 NS J.ROOT-SERVERS.NET.9J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30>J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:c27::2:30; ; OPERATED BY RIPE NCC;?. 3600000 NS K.ROOT-SERVERS:.NET.8K.ROOT-SERVERS.NET. 3600000 A 193.0.14.1297K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fd::1; ; OPERATED BY ICANN;?. 3600000 NS L.ROOT-SERVERS.NET.7L.ROOT-SERVERS.NET. 3600000 A 199.7.83.42;L.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:9f::42; ; OPERATED BY WIDE;?. 3600000 NS M.ROOT-SERVERS.NET.8M.ROOT-SERVERS.NET. 3600000 A 202.12.27.338M.ROOT-SERVERS.NET. 3600000 AAAA 2001:dc3::35 ; End of fileww<c1## File name: SERVICES.DAT1# Product: VSI TCP/IP Services for OpenVMS# Version: V6.0-24#G# Copyright 2015, 2024 VMS Software, Inc. and Hewlett Packard G# Enterprise Development L.P. ### DESCRIPTION:#C# The SERVICES.DAT file lists the sockets and protocols used for# Internet services.# # SYNTAX:#J# ServiceName PortNumber/ProtocolName [alias_1,...,alias_n] [#comment s]#4# ServiceName - official Internet service nameA# PortNumber - the socket port number used for the serviceA# ProtocolName - the transport protocol used for the service)# alias - unofficial service namesF# #comments - text following a comment delimiter (#) is ignored#ww>hd1## File name: RNDC.CONF1# Product: VSI TCP/IP Services for OpenVMS# Version: V6.0-24#G# Copyright 2015, 2024 VMS Software, Inc. and Hewlett Packard G# Enterprise Development L.P. #9# Copyright (C) 2000, 2001 Internet Software Consortium.#H# Permission to use, copy, modify, and distribute this software for anyH# purpose with or without fee is hereby granted, provided that the aboveC# co?pyright notice and this permission notice appear in all copies.#H# The software is provided "as is" and Internet Software ConsortiumH# disclaims all warranties with regard to this software including allH# implied warranties of merchantability and fitness. In no event shallH# Internet Software Consortium be liable for any special, direct,H# indirect, or consequential damages or any damages whatsoever resultingH# from loss of use, data or profits, whether in an action of contract,H# negligence or other tortious action, arising out of or in connection/# with the use or performance of this software.### rndc configuration file# options {" default-server localhost; default-key "key";};server localhost { key "key";}; key "key" {! algorithm hmac-md5;N secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";};wwA"f1;; File name: LOOPBACK.DB1; Product: VSI TCP/IP Services for OpenVMS; Version: V6.0-24;G; Copyright 2015, 2024 VMS Software, Inc. and Hewlett Packard G; Enterprise Development L.P. ;;C; BIND data file for local loopback interface (reverse translation);D@ 0 IN SOA localhost. root.localhost. (@ 1 ; SerialA 3H ; Refresh? 15M ; Retry@ 1W ; ExpiryA 1D ) ; Minimum;2@ 1W IN NS localhost.2@ 1W IN PTR localhost.wwCg1;; File name: 127_0_0.DB1; Product: VSI TCP/IP Services for OpenVMS; Version: V6.0-24;G; Copyright 2015, 2024 VMS Software, Inc. and Hewlett Packard G; Enterprise Development L.P. ;;C; BIND data file for local loopback interface (reverse translation);$ORIGIN 0.0.127.in-addr.arpa.D@ 1D IN SOA localhost. root.localhost. (@ 42 ; SerialA 3H ; Refresh? 15M ; Retry@ 1W ; ExpiryA 1D ) ; Minimum;2 1D IN NS localhost.21 1D IN PTR localhost.wwE(h1## File name: RESOLV.CONF1# Product: VSI TCP/IP Services for OpenVMS# Version: V6.0-24#G# Copyright 2015, 2024 VMS Software, Inc. and Hewlett Packard G# Enterprise Development L.P. ### DESCRIPTION:#I# The RESOLV.CONF file lists name-value pairs that provide information# to the BIND resolver.# # SYNTAX:#I# Caution: White space entered after the domain name is not F ignored;5# it is interpreted as part of the domain name.#/# domain local domain nameH# nameserver
Internet address of a name server that the# resolver should query># search ... search list for host-name lookup#H# options