Initial add of defaria.com
[clearscm.git] / defaria.com / Computers / code / adm / etc / socks.conf
1 ################################################################################
2 #
3 # File:         /etc/socks.conf
4 # RCS:          $Header: $
5 # Description:  Socks Configuration File
6 # Author:       Andrew DeFaria, California Language Labs
7 # Created:      Wed May 24 13:24:10 1995
8 # Modified:     Wed May 24 17:09:23 1995 (Andrew DeFaria) defaria@hpclearf
9 # Language:     Text
10 #
11 # (c) Copyright 2001, Andrew@DeFaria.com, all rights reserved
12 #
13 ################################################################################
14 # direct: All connections to net 15 are local.
15 direct 15.0.0.0 255.0.0.0
16
17 # domain: The "local" domain. The default name resolver is assumed to have
18 # information for all hosts the domain hp.com
19 domain hp.com
20
21 # nameserver: A comma separated list of name servers that are able to
22 resolve
23 # addresses outside of domain.  The user can override this field using the
24 # SOCKS_NS environment variable. Note open-nameserver is defined as
25 # onet2.cup.hp.com (currently)
26 nameserver open-nameserver,open-nameserver.hp.com
27
28 # server: A comma separated list of Socks servers that can be used as proxy
29 # for this destination. No spaces or tabs are allowed inside the list. Each
30 # server in the list is tried until a successful connection is established.
31 # When a server has multiple addresses, it is assumed to be a group of
32 hosts:
33 # the address list is randomized and each address is tried before proceeding
34 # to the next name in the list. The user can override this field using the
35 # SOCKS_SERVER environment variable.
36 sockd @=socks-server,socks-server.hp.com 0.0.0.0 0.0.0.0
37
38 bind default