aboutsummaryrefslogtreecommitdiffstats
path: root/config/tinydns
Commit message (Expand)AuthorAgeFilesLines
* Change require to not specify full path since its already in the include_pathJeremy Brown2014-08-211-1/+1
* Replace newline in heredoc with actual newline per mainatiner requestJeremy Brown2014-07-311-2/+3
* Make tinydns failover IPv6 comaptibleAnton2014-07-312-19/+41
* Changed startup script for correct startup and correct handling of failover p...Anton2014-07-312-16/+47
* Changed status page of tinydns to view correct monitor statusAnton2014-07-311-9/+33
* Change Logs to show correct dataAnton2014-07-311-3/+4
* Fix a whole bunch of invalid version tests.jim-p2014-04-103-6/+6
* Fixup URLs:Renato Botelho2014-03-183-14/+14
* Adding option to disable IP monitoringBenoit GUERIN2012-08-292-11/+31
* Using multilog instead of readproctitle to log svscan outputBenoit GUERIN2012-08-291-1/+3
* Deleting dead codeBenoit GUERIN2012-08-052-61/+0
* Use first DNS server configured in System -> General setup if we don't have o...Benoit GUERIN2012-06-231-1/+11
* Change from monitorip to failoverip. We want to know if the failover ip is in...jeandebogue2012-02-211-3/+3
* removes the gratioutous use of killall and kill -9 in place of using the nati...Lucas Fitt (Stampy)2012-01-242-7/+37
* just because you have the DNS cache enabled doesn't necessarily mean you want...Chris Buechler2012-01-071-43/+1
* Handle an IPv6 PTR SOA manual record.jim-p2011-09-211-1/+12
* More tinydns IPv6 fixes. AAAA and PTR now work. (AAAA w/auto PTR does not work)jim-p2011-09-191-17/+73
* Fix tinydns load balancing reverse behaviorHeinrich Lee Yu2011-08-011-1/+1
* Use the new ip6 arpa function where needed instead of the v4 version if it's ...jim-p2011-06-091-2/+9
* Fixup masking, add comments.jim-p2011-06-091-3/+13
* Fix comment.jim-p2011-06-091-2/+1
* For at least this case, generate a proper ipv6 arpa format reverse IP.jim-p2011-06-091-1/+17
* Include SRVScott Ullrich2011-02-071-1/+1
* Surround all record types with ()Scott Ullrich2011-02-071-2/+2
* (C) Date bumpScott Ullrich2011-02-071-1/+1
* Remove duplicatesScott Ullrich2011-02-071-18/+6
* Add priorityScott Ullrich2011-02-071-5/+9
* timestamp defaults to ''Scott Ullrich2011-02-071-1/+1
* Add SRV record support.Scott Ullrich2011-02-072-3/+40
* Add format for AAAA and note its availableScott Ullrich2011-02-061-2/+2
* Note 128 bit format for ipv6 recordsScott Ullrich2011-02-062-2/+2
* Strip colons from ipv6. Addresses must be in 128 but formatScott Ullrich2011-02-062-5/+3
* Use 6 to designate ipv6 recordsScott Ullrich2011-02-061-1/+1
* Add ipv6 supportScott Ullrich2011-02-062-0/+11
* Also allow the user to enter an IP:FQDN record for MX, since it's valid and t...jim-p2010-11-102-3/+12
* Detect if we have an IP or a hostname in an MX record and set the field appro...jim-p2010-11-101-1/+9
* Use a double colon for tinydns MX records, otherwise our fields were off by one.jim-p2010-11-101-1/+1
* Move the redirect so it happens later. Fixes the blank screen at the end of t...jim-p2010-09-291-2/+5
* Whitespace fixes.jim-p2010-09-291-48/+48
* Generalize descriptions, examples, titles, etc.jim-p2010-09-291-12/+12
* Switch this call from fprintf to fwrite/sprintf, fprintf does not exist on PH...jim-p2010-09-291-2/+2
* Only create axfrdns link if service is activated. Handle rm's for each case ...Scott Ullrich2010-08-071-7/+11
* fix MX priorityChris Buechler2010-08-041-1/+1
* Loosen regex for record data searchesScott Ullrich2010-08-031-1/+1
* Allow filtering on record dataScott Ullrich2010-08-031-0/+9
* Fix hostname and domain nameScott Ullrich2010-08-031-2/+2
* Fix copy and pasto errorScott Ullrich2010-08-031-5/+1
* Fix these variable tests so they evaluate properly.jim-p2010-08-031-3/+3
* Swap domain and hostname regexesScott Ullrich2010-08-031-2/+2
* Only display 50 records per pageScott Ullrich2010-08-031-1/+1