17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
Fastream IQ Proxy Server 5.0.0C1 is an advanced and easy to use compact forward/reverse proxy server software which can be used for 32/64-bit Windows and Windows virtual machines . IQ Reverse Proxy enables web site administrators to secure and accelerate their servers by standing in front of them and routing traffic with encrypting, caching, URL/header-rewrite and compressing as well as load-balancing with smart failover. IQ Content Proxy enables LAN users to share Internet web connection with filtering and caching. Major Features:256-bit SSL/TLS accelerator with support for self-signed certificate creation Secure Sockets Layer and its version 3.1 incarnation called Transport Layer Security (TLS) is the industry standard for secure transmission on the web. With the ultimate latest open source OpenSSL library that IQP utilizes, it is capable of supporting the highest grade of security level possible for commercial use: 256-bits! This is so high that it used to be impossible to imagine on the web in the '90s. Now as of version 3.3+, IQP supports the new SNI (Server Name Indication) protocol for serving multiple certificates on single IP/port--also with intermediate certificates.One important aspect of SSL that makes it better than SSH (Secure Shell) is the capability of signing with certificates. With this feature, Alice and Bob can really be sure that they are in fact talking with each other and no "man-in-the-middle" attack is taking place. Since certificates sometimes could be expensive to acquire from certificate authorities (CA) such as Verisign and Thawte, IQP provides the facility of generating itself. However these "self-signed" certificates cannot be verified by parties for integrity.Load balancing with failover in URL-aware fashion: point each domain/path to different target LAN server/portIn IQP, rule-based load balancing supports load balance among web servers on a LAN server farm. Each domain, sub domain and path (including wildcards) can be routed to a different physical IP. For example:*.fastream-test.com/images*.fastream-test.com/videos*.fastream-test.com/sounds*.fastream-test.*/catalogcan all be forwarded different IP/ports with a scanner algorithm that scans from top to bottom to seek the matching rule.v4.5+ country restrictions per URL Rule can also be specified for serving different pages (with same URL) to different client locations!Both IQ Reverse and Content proxies now feature DDoS firewall! (v4.0+)There are distinct settings for each client IPs number of accesses to each specific valid URL and any 404 page. There is also a definable period for resetting those (in minutes). So if an attacker writes a tool such as the one they have here (in-house) which uses randomly created URLs to exhaust the proxy server, it is easily caught with the 404 limit and disconnected before the header is read. If it passes that stage and for example requests the home page continuously, then the header is received yet not responded!Automatically translates URLs in reverse proxied HTML and CSS filesWith the built-in URL translater, all the absolute hyperlinks are converted on-the-fly with tens of Mbps speed (with just two CPU-cores) and then cached for future Gbps+ serving!IQ Forward Proxy features content filter with respect to keywords, web server country and domainYou can simply display a custom HTML for blocked pages while sharing your Internet connection in office/campus/home with scheduler to enable full access out of work hours!Caches static and dynamic content for ultra-hi-speed later on servingIQP features a 3Gbps (giga bits per second) memory cache and unlimited size disk cache as well. This performance level could be achieved with only a 32/64-bit single core 1.6GHZ CPU! You can limit the maximum cache object size and the total capacity for both caches. Cache contents can be viewed using the remote GUI and emptied.v3.9+ cache can handle more than 50,000 files and with the new indexing it never slows down.v3.8+, does not forward all the same many requests to web server, serves from single outgoing socket download to clients. For example when the reverse proxy service is just started and you have 2,000 clients requesting the home page of your web server. In the previous versions it was forwarding all of them by by-passing cache as it is not yet written to cache since they were arriving too quickly! This bottleneck is now overcome.Also v3.8+ cache has now extensive statistics of sizes of RAM/DISK, hit rates, number of files and their current sizes (if the header indicates the full size, then full size is displayed). Besides you can define cache "override web server preferences" types as MIME--as sometimes scripts may return images/xml as well as html on the same server with the same extension.Anti Hot-LinkingWith IQP's built-in anit hot-linking function, you can now control which file extensions could be linked from sites other than yours and even can whitelist sites such as Google images. This way you will be saving bandwidth and a customizable error page will be shown instead of blocked pages.URL RewriteUsing standard regular expressions, you are now in total power to have links such as/path/index/1/test to work and be rewritten as/path/index.aspx?id=1&user=testusing standard regular expressions, with the same format as in Apache mod_rewrite, yet without the hassle.Bandwidth limiting per URL rule per IP/portSimilar to load balancing, each URL rule can also be assigned a bandwidth rule (in terms of kilo bytes per second) to be applied for the entire rule domain instead of per socket connection! This enables an admin to limit the total site bandwidth usage or sub parts of the site. This feature is, of course, optional.GZip compression accelerator with configurable compression rates for each MIME typeHTTP protocol as defined in RFC2616 -which IQP fully complies to- defines a mechanism for compression support negotiation between client and server. Compression saves bandwidth and speeds up web object load times. GZip is the most prevalent format and it is implicitly supported by IQP. You can configure IQP to get content directly w/o compression from the web server (which would not hurt the LAN as bandwidth is plenty there) and compress on the fly. This could even be done at a configurable ratio with respect to object MIME type! This way the proxy does not get exhausted trying to compress MP3s and AVIs which was already compressed.Another usage would be to let the web server compress and use the proxy just for tunneling. This would be ok if the load on web servers are not too high and on proxy is indeed high. There are minimum and maximum object sizes to compress settings which prevents the proxy to bog its RAM with big objects such as videos in case they are configured to be compressed.Able to listen on multiple IP/ports and scalable up to 60,000 simultaneous connectionsIf IQP supported only one listener IP/port in a single process, then there would be no way for another IQ Proxy listen on another proxy port as in Windows only one instance of a service can run at a moment. Therefore IQP supports multiple proxies each in its own thread to support multiple listeners.Failover protection with both ICMP and HTTP server health checksIQP continuously polls the servers in the LAN with two protocols: ICMP pings and HTTP. This way problematic hosts are automatically suspended for a definable period of time so that the clients are not shown error pages. After that period ends, the servers are taken into service automatically once again without an admin command! This enables if the proxy admin is different than web server admin and a web server in the farm is taken offline for maintenance, then the proxy admin needs to do absolutely nothing to take the server online once it is fixed. One other interesting feature is the dynamic discovery: if a request was unable to be answered by a specific target server then other servers are automatically polled for THAT request--no need to upset clients for a server being down!Ping times are also used for determining which server is tired and which ones are to be given priority in assignment of client requests.Cookies created make session persistence possible among client-to-target-server matchingFor each URL, in the first time a client is assigned a web server, it is best to keep that assignment. This is because the server and client could be conducting a transaction such as an e-commerce one and if during the transaction they redirect to another server in the farm, it might fail. To assure session persistence, IQP optionally creates cookies in browser end to "tie" the client to a specific server for that URL. This is the best way for session persistence compared to other methods.Again, if the server for some reason goes offline, then another server is replaced.TCP firewall: Filter with respect to IP, reverse DNS and even client IP countryIQP features a firewall that can filter and pass with respect to IP addresses, DNS records of clients and even client countries! If you are getting an attack from a specific country, why not just block them all? Or you can say you only want to accept incoming requests from your home country and nowhere else. Reverse DNS enables you to block with respect to client ISPs. For example you can forward all of comcast.net and block the rest.DynDNS.org and No-IP.com dynamic DNS auto updater client built-inIf you are running your site on dynamic IP instead of a static one, and if you desire a domain name, then you are out-of-luck with static DNS servers as it takes days to update a record with them.User-friendly HTTP/XML controller interface for remote admin accessOne cool feature of NETFile Server is the ability to remotely control the server with a GUI controller. This enables you to control servers on the other side of the globe fast and securely. The protocol is XML over HTTP so no firewalls complain at all! And it even detects your browser proxy settings so it does not give boring connection errors and saves you from headache with your network admins.HTTP/1.1 basic and digest as well as Windows/NTLM and HTML authentication with users definable per URL ruleSo you want to pass-protect a part of your site and also want to do it in the gate of the servers? This is very easy with IQP. All you need to do is to select the URL-rule, click a button, and enter user information!IQP supports basic, digest, NTLM and HTML in a selectable fashion. You can configure your IQP setup to connect to NTLM-domain controllers so that you can use your existing ActiveDirectory database. Even HTML-auth can connect to NTLM database!Supports W3C Extended Log Format with selectable fields and NFServer v2 screen and file logging--configurations setable in URL granularityBy supporting the W3C Extended Log format, which is by far the most flexible log format on the entire Internet, IQP lets you log every aspect of client communication and the matched server. These include but not limited to client referrer and cookie as well as IP address and server IP/port.Customizable pages for "target server not found" and "authorization required" errorsWith IQP two kinds of errors could occur: a 401 for authentication failure and a 404 a target server not found. For these, wouldn't you want to be able to assign custom pages with your company logo in it? What about a custom "sorry" message for 404? All is possible so why not!In your setup, the first request went to server 192.168.1.10 and the next one needs to do the same? Why disconnect and reconnect? Instead they offer a HTTP/1.1 "keep-alive" based solution that pools the client connections (hundreds of them!) in single thread for fast access.Runs as NT-service on all 32/64-bit Windows with very little resources (1GHz Pentium+ CPU, 256MB RAM,...)IQP runs on any NT-based 32/64-bit Windows system such as Windows 2000/XP/2003/Vista/2008/7. Since Windows is the easiest to use and the most ubiquitous platform, this compatibility enables IQP to be installed on the largest possible system base. If you have IIS or Apache on your server, you can install IQP on the same machine provided that your usage needs are not too high. IQP does not use much resources: for most cases, one 1GHz CPU-core 128MB free RAM suffice. IQP uses configurable space of hard drive space for log and cache file storage. Requirements:Internet ExplorerPentium+ Processor64 MB RAM