1 2 3 4 5 6 7 8 9 10 11 12# Web Proxy Service A simple website proxy... probably how those web anonymizers are built. # Usage $ bundle install $ ./bin/server -sv Now, point your browser to: http://localhost:9000/webp?url=http://nulayer.com
1 2 3 4 5 6 7 8 9 10 11 12
# Web Proxy Service A simple website proxy... probably how those web anonymizers are built. # Usage $ bundle install $ ./bin/server -sv Now, point your browser to: http://localhost:9000/webp?url=http://nulayer.com