Re: [squid-users] redirector for squid

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 10 Mar 2004 00:21:32 +0100 (CET)

On Tue, 9 Mar 2004, James Zhao wrote:

> Does anyone have a very simple but working redirector for squid 2.3? All I
> want to do is redirect any URL to just one fixed URL.

#!/bin/sh
while read request; do
   echo http://the.fixed.url
done

Regards
Henrik
Received on Tue Mar 09 2004 - 16:21:33 MST

This archive was generated by hypermail pre-2.1.9 : Thu Apr 01 2004 - 12:00:02 MST