acl pandora src 10.9.1.17/255.255.255.255 acl pharlow src 10.9.1.71/255.255.255.255 acl dionysis src 10.9.1.19/255.255.255.255 acl jkanepc src 10.9.1.112/255.255.255.255 acl csnowpc src 10.9.1.111/255.255.255.255 acl bcundallpc src 10.9.1.84/255.255.255.255 acl kbrucepc src 10.9.1.129/255.255.255.255 acl research src 10.9.1.112/255.255.255.255 10.9.1.129/255.255.255.255 10.9.1.117/255.255.255.255 10.9.1.84/255.255.255.255 acl jkanejf dst 206.247.49.21/255.255.255.255 acl jkane dstdom_regex adams acl jkane dstdom_regex arapahoe acl jkane dstdom_regex douglas acl jkane dstdom_regex eagle acl jkane dstdom_regex el-paso acl jkane dstdom_regex larimer acl jkane dstdom_regex jefferson acl jkane dstdom_regex pueblo acl jkane dstdom_regex merrick acl jkane dstdom_regex broomfield acl jkane dstdom_regex denvergov acl kbrucejf dst 206.247.49.21/255.255.255.255 acl kbruce dstdom_regex adams acl kbruce dstdom_regex arapahoe acl kbruce dstdom_regex douglas acl kbruce dstdom_regex eagle acl kbruce dstdom_regex el-paso acl kbruce dstdom_regex larimer acl kbruce dstdom_regex jefferson acl kbruce dstdom_regex pueblo acl kbruce dstdom_regex merrick acl kbruce dstdom_regex broomfield acl kbruce dstdom_regex denvergov acl vkohljf dst 206.247.49.21/255.255.255.255 acl vkohl dstdom_regex adams acl vkohl dstdom_regex arapahoe acl vkohl dstdom_regex douglas acl vkohl dstdom_regex eagle acl vkohl dstdom_regex el-paso acl vkohl dstdom_regex larimer acl vkohl dstdom_regex jefferson acl vkohl dstdom_regex pueblo acl vkohl dstdom_regex merrick acl vkohl dstdom_regex broomfield acl vkohl dstdom_regex denvergov acl bcundalljf dst 206.247.49.21/255.255.255.255 acl bcundall dstdom_regex adams acl bcundall dstdom_regex arapahoe acl bcundall dstdom_regex douglas acl bcundall dstdom_regex eagle acl bcundall dstdom_regex el-paso acl bcundall dstdom_regex larimer acl bcundall dstdom_regex jefferson acl bcundall dstdom_regex pueblo acl bcundall dstdom_regex merrick acl bcundall dstdom_regex broomfield acl bcundall dstdom_regex denvergov acl csnowjf dst 206.247.49.21/255.255.255.255 acl csnow dstdom_regex adams acl csnow dstdom_regex arapahoe acl csnow dstdom_regex douglas acl csnow dstdom_regex eagle acl csnow dstdom_regex el-paso acl csnow dstdom_regex larimer acl csnow dstdom_regex jefferson acl csnow dstdom_regex pueblo acl csnow dstdom_regex merrick acl csnow dstdom_regex broomfield acl csnow dstdom_regex denvergov acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl SSL_ports port 443 563 acl Safe_ports port 80 21 443 563 70 210 1025-65535 acl CONNECT method CONNECT # TAG: http_access # Allowing or Denying access based on defined access lists # # Access to the HTTP port: # http_access allow|deny [!]aclname ... # # Access to the ICP port: # icp_access allow|deny [!]aclname ... # # NOTE on default values: # # If there are no "access" lines present, the default is to allow # the request. # # If none of the "access" lines cause a match, the default is the # opposite of the last line in the list. If the last line was # deny, then the default is allow. Conversely, if the last line # is allow, the default will be deny. For these reasons, it is a # good idea to have an "deny all" or "allow all" entry at the end # of your access lists to avoid potential confusion. # #Default configuration: http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports # # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS # http_access allow jkane jkanepc http_access allow jkanejf jkanepc http_access allow kbruce kbrucepc http_access allow kbrucejf kbrucepc http_access allow kbrucejf kbrucepc http_access allow vkohl research http_access allow vkohljf research http_access allow bcundall bcundallpc http_access allow bcundalljf bcundallpc http_access allow bcundalljf research http_access allow csnow csnowpc http_access allow csnowjf csnowpc http_access allow pandora http_access allow pharlow http_access allow dionysis http_access allow !research http_access deny all # TAG: icp_access # Reply to all ICP queries we receive # icp_access allow all # TAG: miss_access # Use to force your neighbors to use you as a sibling instead of # a parent. For example: # # acl localclients src 172.16.0.0/16 # miss_access allow localclients # miss_access deny !localclients # # This means that only your local clients are allowed to fetch # MISSES and all other clients can only fetch HITS. # # By default, allow all clients who passed the http_access rules # to fetch MISSES from us. miss_access allow all