Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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-2014 X&O. http://www.xolator.com

Read the LICENSE.md for more information

About

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

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages