aboutsummaryrefslogtreecommitdiffstats
path: root/config/tinydns
Commit message (Collapse)AuthorAgeFilesLines
* tinydns - add bunch of missing includesdoktornotor2015-11-231-3/+10
|
* Replace reference to obsoleted file, cleanup prehistoric junk, fix XHTMLdoktornotor2015-11-021-13/+8
|
* Fix filename in copyright headerdoktornotor2015-11-021-1/+1
|
* Fix filename in copyright headerdoktornotor2015-11-021-1/+1
|
* Remove leftover tagdoktornotor2015-11-021-1/+0
|
* Remove leftover listtopic fielddoktornotor2015-11-021-4/+0
|
* Remove obsolete XMLRPC config on installdoktornotor2015-11-021-0/+1
|
* Redo XMLRPC sync from scratch, wipe obsolete junk, cleanupsdoktornotor2015-11-021-198/+215
|
* Redo XMLRPC sync from scratchdoktornotor2015-11-021-90/+109
|
* Delete tinydns_xmlrpc_sync.phpdoktornotor2015-11-021-59/+0
| | | No-op plus no longer used.
* fix XMLRPC sync, cleanup useless junkdoktornotor2015-11-021-27/+9
|
* tinydns.inc - remove useless config_(un)lock callsdoktornotor2015-08-111-4/+1
| | | This function does nothing but return.
* tinydns.xml - fix copyright header, remove unused tags, doktornotor2015-07-311-53/+56
| | | fix indentation, fix PHP style.
* tinydns.xml - fix permissions for installed filesdoktornotor2015-07-311-12/+3
| | | | - Removed whole lot of 077 chmods - Make the 3 scripts that actually have /usr/local/bin/php shebang 0775 instead.
* 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
|
* 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 ↵Anton2014-07-312-16/+47
| | | | | | | | | | | | | 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.
* Changed status page of tinydns to view correct monitor statusAnton2014-07-311-9/+33
| | | | | Changed layout of status page to show all relevant data of failover dns info
* Change Logs to show correct dataAnton2014-07-311-3/+4
| | | | | Changed line 35 to show correct ipaddress Changed line 56 to 58 to cerrectly clear log file
* Fix a whole bunch of invalid version tests.jim-p2014-04-103-6/+6
|
* Fixup URLs:Renato Botelho2014-03-183-14/+14
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* 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 ↵Benoit GUERIN2012-06-231-1/+11
| | | | one received by DHCP on WANs
* Change from monitorip to failoverip. We want to know if the failover ip is ↵jeandebogue2012-02-211-3/+3
| | | | in service and not if the monitor ip is in service.
* removes the gratioutous use of killall and kill -9 in place of using the ↵Lucas Fitt (Stampy)2012-01-242-7/+37
| | | | | | | 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
|
* 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
|