diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 18:39:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 18:39:00 +0000 |
commit | 0191abe502ae1e15b232117e593a39d21d786ef2 (patch) | |
tree | 6fb8aca8a20b8e48b8b615eca768a96fed20e601 /packages/tinydns/tinydns.xml | |
parent | 7ba9dd4f2f69c25130ad00c93804240665416de6 (diff) | |
download | pfsense-packages-0191abe502ae1e15b232117e593a39d21d786ef2.tar.gz pfsense-packages-0191abe502ae1e15b232117e593a39d21d786ef2.tar.bz2 pfsense-packages-0191abe502ae1e15b232117e593a39d21d786ef2.zip |
* Add custom filter file which will be used to drill down to domains and records
* Add TinyDNS Settings Tab
Diffstat (limited to 'packages/tinydns/tinydns.xml')
-rw-r--r-- | packages/tinydns/tinydns.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 6d7d8245..40e99191 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -9,6 +9,11 @@ <section>Services</section> <url>/pkg_edit.php?xml=tinydns.xml&id=0</url> </menu> + <tab> + <text>TinyDNS Settings</text> + <url>/pkg_edit.php?xml=tinydns.xml&id=0</url> + <active/> + </tab> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>077</chmod> |