Tag Archives: proxy
Building your own Netflix US Tunnel
Get a US-based Linux VPS box from urpad.net Follow these instructions for setting up DNS & sniproxy. Note they are centos-focussed, I downloaded and built sniproxy from source (standard “make install”, no package built) on Debian 6 and to do … Continue reading
SSL Proxy :: Add-ons for Firefox
SSL Proxy :: Add-ons for Firefox. This allows you to configure an http proxy (eg squid using https_port) that you connect to via https. Obviously ongoing http requests from the proxy will still be in plain text.
QuickProxy :: Add-ons for Firefox
QuickProxy :: Add-ons for Firefox. In the absence of a compatible SwitchProxy extension for FF3.6, this is a good alternative (unless you have > 1 proxy setting). Works very well if for example you vpn into work and have to … Continue reading
Conditionally send different proxy.pac file dependent upon client IP address
in apache # conditional proxy.pac RewriteEngine on RewriteCond %{REMOTE_ADDR} ^192\.168\.71.* RewriteRule ^/proxy.pac$ /proxy-vpn.pac [L]
Business Rules SMTP Proxy
Recently sending out emails with the wrong attachments or to the wrong people has come to the forefront of my thinking. What would be really useful in events like this would be an outgoing SMTP proxy that has a set … Continue reading
SwitchProxy for Firefox 3
XPI Addon download & details added to the bottom of my “SwitchProxy for Firefox 2” post… it seems only yesterday…