<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#19ff00" bgcolor="#2c1515">
    <p>Peace, <br>
    </p>
    <p>been suffering for many hours so i'd rather ask for aid..</p>
    <p>i'm trying to limit the flow mainly for the most maximize people<br>
    </p>
    <p><br>
    </p>
    <p>acl slower      src 10.46.0.74 10.46.0.107<br>
      acl localnet src 0.0.0.1-0.255.255.255    # RFC 1122 "this"
      network (LAN)<br>
      acl localnet src 10.46.0.0/24        #  local private network
      (LAN)</p>
    <p><br>
    </p>
    <p>acl SSL_ports port 443<br>
      acl Safe_ports port 80        # http<br>
      acl Safe_ports port 8080    # http<br>
      acl Safe_ports port 21        # ftp<br>
      acl Safe_ports port 443        # https<br>
      acl Safe_ports port 70        # gopher<br>
      acl Safe_ports port 210        # wais<br>
      acl Safe_ports port 1025-65535    # unregistered ports<br>
      acl Safe_ports port 280        # http-mgmt<br>
      acl Safe_ports port 488        # gss-http<br>
      acl Safe_ports port 591        # filemaker<br>
      acl Safe_ports port 777        # multiling http<br>
      acl CONNECT method CONNECT<br>
      acl blockfiles urlpath_regex -i "/etc/squid/blocks.files.acl"<br>
      <br>
      #<br>
      # Recommended minimum Access Permission configuration:<br>
      #<br>
      # Deny requests to certain unsafe ports<br>
      http_access deny !Safe_ports<br>
      <br>
      # Deny CONNECT to other than secure SSL ports<br>
      http_access deny CONNECT !SSL_ports<br>
      <br>
      # Only allow cachemgr access from localhost<br>
      http_access allow localhost manager<br>
      http_access deny manager<br>
      <br>
      # We strongly recommend the following be uncommented to protect
      innocent<br>
      # web applications running on the proxy server who think the only<br>
      # one who can access services on "localhost" is a local user<br>
      #http_access deny to_localhost<br>
      visible_hostname proxy.k<br>
      <br>
      #<br>
      # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS<br>
      #<br>
      error_directory /usr/share/squid/errors/en<br>
      # Example rule allowing access from your local networks.<br>
      # Adapt localnet in the ACL section to list your (internal) IP
      networks<br>
      # from where browsing should be allowed<br>
      <br>
      <br>
      delay_pools 1<br>
      delay_class 1 3<br>
      delay_access 1 allow slower !localnet<br>
      delay_access 1 deny all<br>
      delay_parameters 1 12800/12800 -1/-1 6400/12800<br>
      <br>
      <br>
      http_access allow localnet <br>
      http_access allow localhost<br>
    </p>
    <p>i tried doing the delay class 1 1</p>
    <p>but bandwidth is full<br>
    </p>
  </body>
</html>