forked from tactmaster/HECT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d25d65d
commit fcdad98
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,27 +51,25 @@ and/or add cron task like this | |
|
||
# crontab -e | ||
and add | ||
* 1 * * * /opt/bin/php /%WHERE YOU PUT IT%/he.php >>/var/log/he 2>>/var/log/he | ||
* 1 * * * /php /%WHERE YOU PUT IT%/he.php >>/var/log/he 2>>/var/log/he | ||
This will repeat it daily. You may want to increase the frequecy if you find it doesn't pass 24 hour on he system. | ||
Outputs to /var/log/he, you may want to turn off debug in he.php if you have a small system, the /var/log/he file doesn't fill up. | ||
|
||
|
||
|
||
|
||
THANKS | ||
imduffy for this code starting point | ||
http://www.tunnelbroker.net/forums/index.php?topic=975.0 | ||
|
||
LICENCE/DISCLAIMER | ||
This code is free for you to use at you own risk.I don't promise I will work or not break your system. | ||
This code is free for you to use at you own risk.I don't promise it will work. I also don't promise it will not break your system.So use at your own risk. | ||
I am not holding any rights over it. | ||
|
||
However if you do anything fun with it let me know at [email protected] | ||
|
||
LINKS TO HE | ||
This has not been endored by HE however they seem to have no opjections if you read the forum. | ||
http://www.tunnelbroker.net/forums | ||
I have nothing to do with Hurricane Electric other than I am user their IPv6 Tunnel and am on their certication program. | ||
I have nothing to do with Hurricane Electric other than I am user their IPv6 tunnelbroker and I am on their certication program. | ||
My username is edmundwatson and you can find me here | ||
http://ipv6.he.net/certification/scoresheet.php?pass_name=edmundwatson | ||
|