Skip to content

imclab/wayback_proxy_server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wayback Proxy Server

Proxy server to fetch web traffic and return results from Archive.org's Wayback Machine.

Getting Started

Wayback WiFi can be run in a few ways

[details on commamds]

Adding OpenSSL Certificates

If you enable SSL support (-s or --ssl), Wayback Proxy Server will look for the key .ssl/wayback.key and .ssl/wayback.crt.

To generate these, do the following:

mkdir .ssl openssl genrsa -out .ssl/wayback.key 2048 openssl req -new -key .ssl/wayback.key -out .ssl/wayback.csr openssl x509 -req -days 365 -in .ssl/wayback.csr -out .ssl/wayback.crt -signkey .ssl/wayback.key

License

(C) 2013 X&O. http://www.x-and-o.co

Read the LICENSE.md for more information

About

Web proxy server to return requests from Archive.org web page library. Written in Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published