GitXplorerGitXplorer
m

openwrt-reconnect

public
4 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
396004d32e94ffada0164dfb2cbc1b0fb380b356

FIX link to reconnect page

mmatthiasr committed 14 years ago
Unverified
b4e631971c2cd93bd01e2cdf7118d0125eeba172

README

mmatthiasr committed 14 years ago
Unverified
dc88ff544f2d0a8eb5af5e6993acaffe260fecfe

License

mmatthiasr committed 14 years ago
Unverified
eb199e5a2d6cab56b842a8b8c47207ee8429dcd6

initial commit

mmatthiasr committed 14 years ago

README

The README file for this repository.

OpenWRT CGI Reconnecter

This is a simple CGI script for OpenWRT Backfire (Kamikaze should work too, but I have not tested this) to allow reconnecting to the Internet without any authentication.

HOWTO Install

Download reconnect to /www/cgi-bin and make it executable by entering wget -O /www/cgi-bin/reconnect http://github.com/matthiasr/openwrt-reconnect/raw/master/reconnect chmod a+x /www/cgi-bin/reconnect

HOWTO Use

Open http://192.168.1.1/cgi-bin/reconnect and click Reconnect (substitute your router's IP if appropriate). Your WAN Connection will be torn down and re-established.

License

WTFPLv2