summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
Commit message (Collapse)AuthorAgeFilesLines
* Encoding in services_dnsmasq.phpjim-p2015-06-161-1/+1
|
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Merge pull request #1682 from phil-davis/www-services-dnsmasqRenato Botelho2015-05-251-125/+207
|\
| * Code style services dnsmasqPhil Davis2015-05-241-125/+207
| |
* | Unbalanced td tag in services_dnsmasqPhil Davis2015-05-241-0/+1
|/
* Check if Unbound is enabled and using the same port before allowing dnsmasq ↵Chris Buechler2015-02-111-0/+5
| | | | to be enabled. part of Ticket #4332
* Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI ↵Ermal LUÇI2015-01-151-7/+8
| | | | changes and upgrade code
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Fix unbound shortcut linksPhil Davis2014-12-281-1/+1
| | | | | | | | | | | | Fixes redmine #4151 1) Make the naming in shortcuts.inc more clear - forwarder=dnsmasq resolver=unbound 2) Make the value of $shortcuts_section correct in each dnsmasq and unbound php code 3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then show shortcuts for dnsmasq, otherwise show shortcuts for unbound. 4) Fix some references to forwarder in unbound code - should be resolver.
* Make sure dhcpleases use correct pid file for dnsmasq or unbound. Fixes #4008Renato Botelho2014-11-141-0/+3
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Escape the individual dnsmasq advanced/custom optionsjim-p2014-08-061-1/+1
|
* Tidy up Ampersand XHTMLColin Fleming2014-05-271-2/+2
| | | | Deprecate Ampersand in Anchor tags
* Make sure the correct interface is selected once the config has been saved ↵Warren Baker2014-04-251-1/+1
| | | | for the DNS forwarder
* Update services_dnsmasq.phpFinn Espen Gundersen2014-04-241-1/+1
| | | Clarified that domain overrides also encompasses subdomains (see https://forum.pfsense.org/index.php?topic=72978.15 for discussion)
* Make sure that the DNS Forwarder/Resolver is actually capable of accepting ↵jim-p2014-04-231-0/+2
| | | | queries on localhost before using it as a DNS server.
* Tidy up XHTMLColin Fleming2014-04-141-1/+1
| | | | | | Update HTML Boolean operator (multiple) Change ONCLICK to lower case Add missing semi-colon
* Tidy up "services_dnsmasq" XHTMLColin Fleming2014-04-041-68/+68
| | | | | | | | | | | | | | | Add "closehead" variable and manually close HEAD Add CDATA sections to scripts Add SUMMARY to tables Update HTML Boolean operators Close INPUT Move TFOOT between THEAD and TBODY (quirk of HTML) Move NOWRAP into class statement Close IMG and add ALT Deprecate ampersand Add table row, but don't display it Remove duplicate opening and closing TR tags Add missing closing BODY tag and closing HTML tag
* replaced uppercase html tags with lowercaseayvis2014-03-191-3/+3
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-16/+16
| | | replaced <br>, <br/> and </br> with <br />
* Some text/selection refinements to the previous DNS forwarder changes.jim-p2013-04-261-5/+8
|
* Add the ability for dnsmasq to selectively respond to queries only on ↵jim-p2013-04-261-3/+43
| | | | certain IPs and bind to specific interfaces.
* Add the ability to change the port on which dnsmasq listens.jim-p2013-04-261-0/+21
|
* Add DNS Forwarder option to not forward private reverse lookupsPhil Davis2013-03-061-1/+14
| | | | | Currently, reverse lookups of private IP addresses that are not resolved on the pfSense box itself (e.g. like 192.168.42.43) are forwarded to the default DNS servers. For most use cases, those PTR queries go out to the real internet, when they actually have no chance of a successful answer. This loads up the real internet DNS servers with rubbish requests and also causes a round-trip delay before dnsmasq can reply with a "not found". This change tells dnsmasq not to forward these requests. Note that users can add specific domain overrides, which are implemented before this option. So a user can forward "1.168.192.in-addr.arpa" to an internal DNS server that knows about 192.168.1.0/24 - and then turn on this new option and all other requests for private reverse lookups will not be forwarded.
* Services: DNS ForwarderN0YB2013-02-041-0/+25
| | | | Add DNS query forwarding section with options for sequential and require domain.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Start revamp of shortcuts, central file to hold links, also service ↵jim-p2012-08-101-0/+2
| | | | status/control, added to dns forwarder as example.
* Only process this if it's an arrayjim-p2012-05-151-0/+2
|
* Add support for aliases in DNS Forwarder, fixes #2410Lorenz Schori2012-05-051-0/+19
|
* Reformat the DNS Forwarder page a bit so it conforms with the other pages. ↵jim-p2011-10-281-32/+50
| | | | Add some headers to make it more clear what each section does. Cosmetic changes only.
* Allow custom dnsmasq options so ppl can set SRV records and such for ↵Andrew Thompson2011-08-171-8/+41
| | | | xmpp/kerberos
* Fix botched patch, add closing bracketAndrew Thompson2011-07-121-1/+1
|
* Allow DHCP mappings to be resolved first for reverse lookups.Andrew Thompson2011-07-121-0/+12
| | | | | | This was affecting a kerberos installation where the first DNS alias was given for the PTR instead of the static DHCP mapping name, breaking the kerberos tokens.
* Fix whitespace formatting.jim-p2011-02-171-181/+184
|
* Allow sorting of DNS forwarder entries.jim-p2011-02-171-3/+16
|
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* Corrections gettext implementation on services_dnsmasq.phpCarlos Eduardo Ramos2010-07-151-3/+3
|
* Implement gettext() calls on services_dnsmasq.phpRafael Lucas2010-07-131-39/+39
|
* fix textChris Buechler2009-12-131-1/+1
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Reload filter in case we need to sync CARP dataScott Ullrich2009-10-211-0/+3
|
* Turn off sortable on this page. Something else is sorting the data prior ↵Scott Ullrich2009-10-101-1/+1
| | | | and is causing the ordering to get foobar'd.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Make sortableScott Ullrich2009-08-231-1/+1
|
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+5
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
OpenPOWER on IntegriCloud