//------------------------------------------------------------------- // // Copyright (c) Digital Equipment Corporation, 1998 // // TCPIP$BIND.CONF - BIND server configuration file // // IMPORTANT // // This file has been generated by the TCP/IP Services for OpenVMS // TCPIP CONVERT /CONFIGURATION BIND command. // // File: SYS$SPECIFIC:[TCPIP$BIND]TCPIP$BIND.CONF // Date: 29-May-1999 09:58:38 // // See the DIGITAL TCP/IP Services for OpenVMS Management guide for // instructions on editing and using this file. // //____________________________________________________________________ options { directory "SYS$SPECIFIC:[TCPIP$BIND]"; }; zone "0.0.127.IN-ADDR.ARPA" in { type master; file "127_0_0.DB"; }; zone "LOCALHOST" in { type master; file "LOCALHOST.DB"; }; zone "ANTINODE.ORG" in { type master; file "ANTINODE_ORG.DB"; }; zone "184.249.98.209.IN-ADDR.ARPA" in { type master; file "184_249_98_209_IN-ADDR_ARPA.DB"; }; zone "0.0.10.IN-ADDR.ARPA" in { type master; file "0_0_10_IN-ADDR_ARPA.DB"; }; zone "." in { type hint; file "ROOT.HINT"; };