summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-4/+26
| | | | This to make it easier on large configurations.
* MFC [15285]Bill Marquette2006-11-111-3/+31
| | | | add dhcpd static mappings to dns forwarder
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Remove reboot required checksScott Ullrich2005-12-141-5/+5
|
* MFC 7984Scott Ullrich2005-11-251-2/+2
| | | | Don't end <span> tags in the middle of paragraphs, it makes people wonder if their monitors are messedup when text sizes change in wierd places
* updating files to use theme imagesErik Kristensen2005-07-211-6/+6
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* Consolidate Apply changes button into the info box on the right hand sideScott Ullrich2005-07-031-1/+0
|
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+2
|
* Correctrly remove host type dns masq recordsScott Ullrich2005-07-011-1/+1
|
* Minor code cleanups (style related).Scott Ullrich2005-07-011-19/+18
|
* Match prior table behavior by doing a hard breakScott Ullrich2005-06-151-0/+1
|
* Turn description font color whiteScott Ullrich2005-06-151-1/+1
|
* fix chopped lines from import patchScott Ullrich2005-06-151-4/+2
|
* Space the tables out a little bit more.Scott Ullrich2005-06-151-0/+1
|
* Close off tableScott Ullrich2005-06-151-1/+3
|
* Initial commit of dnsmasq domain overridesScott Ullrich2005-06-141-8/+61
| | | | | | | | Submitted-to-m0n0wall-dev-by: Joe Suhre The patch adds the ability to make use of dnsmasq's --server=/domain/auth_server ARG in order to force queries for domain to a specific dns server rather then doing a full recursive query
* Doubleclick for editBill Marquette2005-04-121-4/+4
|
* Cleanup icon placement to be more like rules screenBill Marquette2005-04-041-6/+16
|
OpenPOWER on IntegriCloud