diff options
author | Goffredo Andreone <gandreone@pfsense.org> | 2007-02-14 23:34:19 +0000 |
---|---|---|
committer | Goffredo Andreone <gandreone@pfsense.org> | 2007-02-14 23:34:19 +0000 |
commit | d156bc9bd1abb93c0aebfa12f7768c3a25f84c7f (patch) | |
tree | 092fbe9cca2638ca6951c0411dbd16b394597296 /packages/tinydns/tinydns_sync.xml | |
parent | b9f23176d7eb44c7214c88d3e8c5c9188ed490fe (diff) | |
download | pfsense-packages-d156bc9bd1abb93c0aebfa12f7768c3a25f84c7f.tar.gz pfsense-packages-d156bc9bd1abb93c0aebfa12f7768c3a25f84c7f.tar.bz2 pfsense-packages-d156bc9bd1abb93c0aebfa12f7768c3a25f84c7f.zip |
Added
1) Binding of tinyDNS to LAN with auto registration of DNS ans rDNS
2) Auto DHCP server Static registration
3) Auto DHCP server Active lease registration.
4)Tab page that displays ALL registered leases.
Open items
1)Unable to change the displayed IP in settings even when it says "config_rw"?
2) DNS pages have to be active in order for the DNS to be updated with new DHCP leases.
What do you suggest is the best way to implement DNS forarding?
The diff files and a new file tinydns_dhcp_filter.php
Diffstat (limited to 'packages/tinydns/tinydns_sync.xml')
-rw-r--r-- | packages/tinydns/tinydns_sync.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_sync.xml b/packages/tinydns/tinydns_sync.xml index 37a06c68..ac353a9f 100644 --- a/packages/tinydns/tinydns_sync.xml +++ b/packages/tinydns/tinydns_sync.xml @@ -14,7 +14,11 @@ <url>/pkg_edit.php?xml=tinydns.xml&id=0</url> </tab> <tab> - <text>Domains</text> + <text>Registered Domains</text> + <url>/tinydns_dhcp_filter.php</url> + </tab> + <tab> + <text>Add Domains</text> <url>/tinydns_filter.php</url> </tab> <tab> |