aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns/tinydns.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Use minicron since cron seems to stop running ping_hosts.sh after about 100 ↵Scott Ullrich2007-01-281-17/+3
| | | | runs. Not sure what is going on with CRON but I am out of time of chasing its bad habits.
* Correctly return backup gateway host recordScott Ullrich2007-01-281-9/+16
|
* Lock the config while writing out files that could already being written by ↵Scott Ullrich2007-01-281-6/+13
| | | | a different process.
* * Do not install ping entries more than onceScott Ullrich2007-01-281-10/+27
| | | | * Only ping 1 packet to speed up process
* Simplify code by returning "DOWN" or "UP". True and false can be quite ↵Scott Ullrich2007-01-281-7/+7
| | | | confusing for these cases.
* * Create svscan structure correctly.Scott Ullrich2007-01-241-17/+2
| | | | * Ensure multilog is reading from tinydns pipe to prevent blockage
* Use monitorip if available.Scott Ullrich2007-01-241-3/+3
|
* Use monitorip if available.Scott Ullrich2007-01-241-2/+5
|
* Add monitor ip supportScott Ullrich2007-01-241-4/+15
|
* Fix TTL option.Scott Ullrich2007-01-161-1/+1
|
* Reload filter after changes to force xmlrpc sync if defined.Scott Ullrich2006-12-091-0/+3
|
* Make sure tinydns files are removed upon deinstallScott Ullrich2006-12-091-0/+3
|
* Correct failover logicScott Ullrich2006-12-091-2/+2
|
* Default arguments to ""Scott Ullrich2006-12-091-1/+1
|
* Add wan congestion triggers based on MSScott Ullrich2006-12-081-2/+20
|
* Add millisecond ping failover thresholdScott Ullrich2006-12-081-1/+5
|
* Write out advanced TinyDNS options to rc.d svscan.sh fileScott Ullrich2006-12-081-6/+29
|
* Remove both rows to prevent duplicatesScott Ullrich2006-12-081-0/+2
|
* * Item should be a checkboxScott Ullrich2006-12-081-0/+1
| | | | * Rehup cron after changes
* Add option to turn ping_hosts.sh into a every minute event in cronScott Ullrich2006-12-081-0/+14
|
* Unbreak ttlScott Ullrich2006-12-081-0/+1
|
* * Pass hostname to tinydns row creator functionScott Ullrich2006-12-081-9/+9
| | | | * Check that records ip is up correctly
* * Split tinydns data row code out to its own functionScott Ullrich2006-12-081-22/+39
| | | | * Add load balancing support
* Increase inputbox size to 45Scott Ullrich2006-12-081-4/+8
|
* SOA records do not need a TTL in this case.Scott Ullrich2006-12-081-1/+1
|
* Our service directory is /service, not /var/serviceScott Ullrich2006-12-081-1/+1
|
* * default svscan to onScott Ullrich2006-12-081-1/+1
| | | | * misc tweaks
* file_return_contents -> file_get_contentsScott Ullrich2006-12-081-1/+1
|
* * Use correct failoveripScott Ullrich2006-12-081-1/+1
| | | | * Reload ping database upon zone up or down
* * Hook into ping_hosts.shScott Ullrich2006-12-081-2/+4
| | | | * Reload zone database upon host down or up status
* * Write out ip address database so ping_hosts.sh can obtainScott Ullrich2006-12-081-5/+42
| | | | * Finish up failover code
* Add support for TTL. Begin framing in failover functions.Scott Ullrich2006-12-081-12/+46
|
* Clarify name server records should be a hostname pointing to a A recordScott Ullrich2006-12-071-9/+11
|
* * Create tinydns records correctlyScott Ullrich2006-12-071-2/+22
| | | | * Cleanup required fields
* Provision tinydns /etc/tinydns directory upon saving.Scott Ullrich2006-12-071-11/+11
|
* * Bring down additional filesScott Ullrich2006-12-071-5/+6
| | | | * Correct tinydns listen ip field
* Remove leading space from svscan.sh now that the error is goneScott Ullrich2006-12-071-1/+0
|
* * Write out svscan.sh startup fileScott Ullrich2006-12-071-5/+68
| | | | * Write out tinydns zone data
* Continue framing TinyDNS for testingScott Ullrich2006-12-071-2/+31
|
* Start framing the tinydns packageScott Ullrich2006-12-071-0/+40