home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / PERL_ARC / ARCHIE.DEP < prev    next >
Encoding:
Text File  |  1991-08-28  |  766 b   |  17 lines

  1. $nsserver = "129.100.1.23";  # the IP address of the domain server    
  2.                  # or a hostname with its IP address in your
  3.                              # host table. If you have the resolver library
  4.                              # in your libc, don't worry about this variable.
  5.  
  6. $startup = './system.archierc'; # The system startup file to be read
  7.                 # for each job. Used to set host order, 
  8.                                 # for example.
  9.  
  10. $serverip = '132.206.2.3';         # The IP of the archie server in your area.
  11.                                    # Use 128.214.6.100 in Northern Europe?
  12.  
  13. $servername = 'quiche.cs.mcgill.ca'; # The archie address of the archie server.
  14.                                      # "nic.funet.fi" in Northern Europe?
  15.  
  16. 1;
  17.