aboutsummaryrefslogtreecommitdiffstats
path: root/config/tinydns
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵jim-p2010-11-102-3/+12
| | | | 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
|
* Move the redirect so it happens later. Fixes the blank screen at the end of ↵jim-p2010-09-291-2/+5
| | | | the DNS zone wizard.
* 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 ↵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
|
* 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
|
* Use case insensitive matchingScott Ullrich2010-08-031-4/+4
|
* Adding TTL filter optionScott Ullrich2010-08-031-0/+9
|
* Use Record typeScott Ullrich2010-08-031-29/+2
|
* Adding field sorting and filtering supportScott Ullrich2010-08-032-6/+67
|
* 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
|
* Rename to DNS Server, there are not multiple instances of tinydns to give ↵Scott Ullrich2010-08-011-1/+1
| | | | 'servers'
* Default to the log page, not the failover status pageScott Ullrich2010-08-011-1/+1
|
* Correct URL to service directory logsScott Ullrich2010-08-011-1/+1
|
* Note when svscan is not running and offer a URL to startScott Ullrich2010-08-011-2/+6
|
* Ensure svscan.sh has a+rxScott Ullrich2010-08-011-0/+4
|
* Redirect correctly to the settings tabScott Ullrich2010-08-011-1/+1
|
* need interfaces.inc hereChris Buechler2010-08-011-1/+4
|
* fix up textChris Buechler2010-08-014-19/+21
|
* 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-292-7/+32
|
* 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
|
* Ticket #440. On 2.0 user /var/etc/nameserver_* from getting the DNS server list.Ermal2010-03-241-30/+36
|
* Ticket #439. Make sure directory exists so files in it can be created.Ermal2010-03-241-0/+2
|
* Ticket #442. Remove all directories upon deinstall.Ermal2010-03-241-1/+2
|
* Clean directories before running.Ermal2010-03-241-0/+2
|
* Ticket #439. Allow dnscache to listen on multiple interfaces.Ermal2010-03-242-48/+98
|
* Reload zone correctly on the primary dns server without needing to do an ↵Scott Ullrich2010-03-152-17/+3
| | | | operation twice
* After wizard setup check to see if the tinydns directory exists. If it ↵Scott Ullrich2009-09-231-2/+8
| | | | exists redirect to the domains page otherwise redirect to the settings page
* Redirect to settings page after DNS setup wizard.Scott Ullrich2009-09-231-1/+1
|