Skip to content

Instantly share code, notes, and snippets.

View book's full-sized avatar

Philippe Bruhat (BooK) book

View GitHub Profile
@dolmen
dolmen / GoogleBing.psgi
Created May 13, 2011 08:16
Discovering PSGI: A proof of concept of a proxy that switches Google and Bing
# vim:set ft=perl:
use strict;
use warnings;
# plackup --port 8079 -s Twiggy -a GoogleBingProxy.psgi
# http_proxy=http://0.0.0.0:8079/ curl -i http://www.google.fr/
# Les lignes suivantes ne sont pas néccessaires, mais ça permet de
# spécifier plus clairement les dépendances pour ceux qui voudraient faire