aboutsummaryrefslogtreecommitdiffstats
path: root/config/tinydns/tinydns.inc
Commit message (Collapse)AuthorAgeFilesLines
* tinydns - add bunch of missing includesdoktornotor2015-11-231-3/+10
|
* Fix filename in copyright headerdoktornotor2015-11-021-1/+1
|
* Redo XMLRPC sync from scratch, wipe obsolete junk, cleanupsdoktornotor2015-11-021-198/+215
|
* tinydns.inc - remove useless config_(un)lock callsdoktornotor2015-08-111-4/+1
| | | This function does nothing but return.
* Bug #4555 - Tiny DNS: Service does not startdoktornotor2015-07-281-11/+36
| | | Attempt on fixing the paths.
* tinydns - fix Bug #2720doktornotor2015-07-131-1/+1
| | | Add patch by Yonas Yanfa; cannot use file_exists with wildcard.
* Fix rcvar declaration that I broke yesterday and bump necessary package versionsRenato Botelho2015-02-101-1/+1
|
* Drop use of set_rcvar from startup scripts, it's deprecatedRenato Botelho2015-02-091-1/+1
|
* Replace newline in heredoc with actual newline per mainatiner requestJeremy Brown2014-07-311-2/+3
|
* Make tinydns failover IPv6 comaptibleAnton2014-07-311-17/+36
|
* Changed startup script for correct startup and correct handling of failover ↵Anton2014-07-311-16/+25
| | | | | | | | | | | | | principle Added functions.inc to tinydns.sh to correct the bug that caused an empty pkgpinghost file during startup of tinydns placed kill pinghost.sh in svscan.sh, because there it also is started Changed the tinydns_get_backup_record function to scan hostname instead of ipaddress (hoostname is unique, ipaddress is not. Also changed statuschecking against monitorip instead of failoverip. And added interface used in setup_ping_items so it using the correct interface in multiwan setups.
* Adding option to disable IP monitoringBenoit GUERIN2012-08-291-7/+21
|
* Using multilog instead of readproctitle to log svscan outputBenoit GUERIN2012-08-291-1/+3
|
* Deleting dead codeBenoit GUERIN2012-08-051-21/+0
|
* Use first DNS server configured in System -> General setup if we don't have ↵Benoit GUERIN2012-06-231-1/+11
| | | | one received by DHCP on WANs
* removes the gratioutous use of killall and kill -9 in place of using the ↵Lucas Fitt (Stampy)2012-01-241-7/+31
| | | | | | | native svc tool for stopping & restarting tinydns/dnscache includes an ugly hack to get dnscache to start correctly (something is starting it manually by the looks of it, but i cannot figure out what) adds the option to allow dnscache to answer queries from more than just the interface on which it is running.
* just because you have the DNS cache enabled doesn't necessarily mean you ↵Chris Buechler2012-01-071-43/+1
| | | | want your resolv.conf messed with. Leave that up to the user and what they configure in System>General Setup. Remove a never used and unnecessary function while here.
* 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
| | | | a v6 ip.
* 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
|
* timestamp defaults to ''Scott Ullrich2011-02-071-1/+1
|
* Add SRV record support.Scott Ullrich2011-02-071-3/+7
|
* Strip colons from ipv6. Addresses must be in 128 but formatScott Ullrich2011-02-061-4/+2
|
* Use 6 to designate ipv6 recordsScott Ullrich2011-02-061-1/+1
|
* Add ipv6 supportScott Ullrich2011-02-061-0/+10
|
* Also allow the user to enter an IP:FQDN record for MX, since it's valid and ↵jim-p2010-11-101-2/+11
| | | | tinydns will create an A record automatically when given both.
* Detect if we have an IP or a hostname in an MX record and set the field ↵jim-p2010-11-101-1/+9
| | | | appropriately.
* Use a double colon for tinydns MX records, otherwise our fields were off by one.jim-p2010-11-101-1/+1
|
* Switch this call from fprintf to fwrite/sprintf, fprintf does not exist on ↵jim-p2010-09-291-2/+2
| | | | PHP4 so this would not work on 1.2.x
* Only create axfrdns link if service is activated. Handle rm's for each case ↵Scott Ullrich2010-08-071-7/+11
| | | | since one or more item may not need deleting
* fix MX priorityChris Buechler2010-08-041-1/+1
|
* Fix these variable tests so they evaluate properly.jim-p2010-08-031-3/+3
|
* Add SOA for rdns of manual entries. (There is probably a better way to do ↵jim-p2010-08-021-1/+7
| | | | this...)
* fix tinydns_add_active_leases. patch from ticket #436Chris Buechler2010-08-011-41/+87
|
* fix lease registration. ticket #546Chris Buechler2010-08-011-2/+2
|
* Ensure svscan.sh has a+rxScott Ullrich2010-08-011-0/+4
|
* need interfaces.inc hereChris Buechler2010-08-011-1/+4
|
* Ticket #490. Correct path.Ermal2010-04-141-1/+1
|
* Ticket #440. dnscache-conf will create the direcory itself.Ermal2010-04-141-1/+1
|
* Do not go to /var/etc/etc/ but just /var/etc mostly cosmetic.Ermal2010-04-141-39/+39
|
* Catch up with latest changes.Ermal2010-03-291-6/+14
|
* Ticket #403. More improvements from patches provided here.Ermal2010-03-291-6/+25
|
* This code does not need rw access.Ermal2010-03-291-4/+4
|
* Ticket #403. Move all services to /var/etc.Ermal2010-03-291-46/+54
|
* Ticket #403. Submitted patch.Ermal2010-03-291-19/+20
|
* Ticket #448. Cleanup before re-writing the configuration.Ermal2010-03-241-5/+3
|