aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* Log view changed. Log rotation added. Validation Names with reserved words ↵dvserg2010-12-169-593/+757
| | | | added.
* [vnstat2] dot is betterPerry Mason2010-12-161-7/+7
|
* Set number of operating threads equal to number of cpu/coresScott Ullrich2010-12-151-1/+10
|
* [vnstat2] add filesPerry Mason2010-12-163-0/+308
|
* [vnstat2] extra option added, going betaPerry Mason2010-12-164-5/+50
|
* Use complete path to unbound-controlScott Ullrich2010-12-141-7/+7
|
* [vnstat2] Change how cron is added or removedPerry Mason2010-12-141-44/+52
|
* private-domain: was needed to ensure responses with RFC1918 addresses are ↵Warren Baker2010-12-141-12/+24
| | | | allowed and not stripped. This protection is for DNS Rebinding.
* Only print stub-prime: once.Warren Baker2010-12-141-1/+1
|
* forward-zone: expect upstream DNS server to be authorative for everything. ↵Warren Baker2010-12-141-2/+3
| | | | So in the case of a CNAME it could potentially return FAIL. Rather let Unbound do the resolving. Bump version number.
* HAVP Tabs updatedvserg2010-12-141-7/+0
|
* Darkstat pkg fix error.Ermal2010-12-131-0/+2
|
* HAVP Tabs addeddvserg2010-12-122-24/+55
|
* Fix all this packages from their copy/paste legacy. Mostly protect poorly ↵Ermal2010-12-106-106/+98
| | | | choosen function names with function_exists.
* Prepend package name to functions and use require_once instead of require.Ermal2010-12-102-4/+4
|
* Prepend package name to functions and use require_once instead of require.Ermal2010-12-102-7/+7
|
* [vnstat2] Correct iface title and no need for vnstat.confPerry Mason2010-12-092-27/+3
|
* Add unbound_validation() to ensure that DNSMasq is not enabled, if so dont ↵Warren Baker2010-12-072-10/+13
| | | | disable it but inform the user. Also dont assume Unbound should be set to 'on' but rather inform the user they need to configure it before it will be started.
* Fix iperf urljim-p2010-12-072-4/+4
|
* [vnstat2]moving db to conf dir to handle slice change. improve sync and ↵Perry Mason2010-12-072-14/+30
| | | | upgrade Ticket #524
* Increase timeouts by 20 secondsScott Ullrich2010-12-061-2/+5
|
* Use correct quotes for TXT records and escape quotes.Warren Baker2010-12-061-2/+3
|
* ipblocklist 3.0.1 update with new file structureTom Schaefer2010-12-0640-0/+9908
|
* prep for major filestructure re-doTom Schaefer2010-12-0622-5263/+0
|
* Add function to read /etc/hosts file for any DHCPLeases updates on ↵Warren Baker2010-12-061-9/+51
| | | | resave/restart. Unfortunately, for the moment, it will require a resave on Unbound for any changes in /etc/hosts to be updated in Unbound. local-data: configs should be split out into a separate file.
* Add register DHCP leases and register static DHCP leases. The former is ↵Warren Baker2010-12-061-0/+16
| | | | commented out for now as will required dhcpleases to be expanded. Also break out statistics into its own listtopic.
* Correctly handle /etc/hosts entries and static DHCP entries.Warren Baker2010-12-061-6/+55
|
* Fix blinkled URL for configuration page.Erik Fonnesbeck2010-12-021-1/+1
|
* Actually remove the touch() and not add it.Warren Baker2010-12-021-1/+0
|
* Added configurable Statistics settings.Warren Baker2010-12-022-5/+58
| | | | Remove touch() of unbound log file at install time - this is all handled by syslog now.
* Use require once as a quick fix. This mess is not easily readble.Ermal2010-12-021-2/+2
|
* touch not needed as we back on syslog.Warren Baker2010-12-021-2/+1
|
* Add Unbound logging to a separate clog file (unbound.log) and reduce noise ↵Warren Baker2010-12-021-7/+7
| | | | from every 5minutes to every hour.
* Update copyright to include myself.Warren Baker2010-12-021-2/+2
|
* Fix these misplaced "endif;" statements, they were causing the opening form ↵jim-p2010-12-023-3/+3
| | | | tag to be hidden on 2.0 so the settings would never save.
* Fix link to postfix configuration.Erik Fonnesbeck2010-12-021-1/+1
|
* Do not pkg_deleteScott Ullrich2010-11-301-1/+0
|
* Initial connect timeout should really answer before 10 seconds. 60 seconds ↵Scott Ullrich2010-11-301-1/+1
| | | | overall timeout
* Set CURLOPT_TIMEOUT to 60Scott Ullrich2010-11-301-1/+2
|
* Set CURLOPT_CONNECTTIMEOUT to 35 secondsScott Ullrich2010-11-301-0/+2
|
* Nuke items in parse_config plugin folderScott Ullrich2010-11-301-4/+4
|
* Nuke old pluginScott Ullrich2010-11-301-0/+6
|
* Move this code to write_config pluginScott Ullrich2010-11-301-2/+2
|
* Add debug optionsjim-p2010-11-302-1/+44
|
* Fix slight formatting issuejim-p2010-11-301-2/+1
|
* Some fixes for the configuration of the postfix forwarder.Erik Fonnesbeck2010-11-291-5/+4
|
* Add page to view currently registered phones using siproxd.jim-p2010-11-294-3/+182
|
* Test array before foreachjim-p2010-11-291-2/+5
|
* Test array before foreachjim-p2010-11-291-3/+6
|
* Add settings for default target, bogus via, and stun settings. Add section ↵jim-p2010-11-262-4/+121
| | | | breaks to make the settings more readable.