Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some text/selection refinements to the previous DNS forwarder changes. | jim-p | 2013-04-26 | 1 | -5/+8 |
| | |||||
* | Add the ability for dnsmasq to selectively respond to queries only on ↵ | jim-p | 2013-04-26 | 1 | -3/+43 |
| | | | | certain IPs and bind to specific interfaces. | ||||
* | Add the ability to change the port on which dnsmasq listens. | jim-p | 2013-04-26 | 1 | -0/+21 |
| | |||||
* | Add DNS Forwarder option to not forward private reverse lookups | Phil Davis | 2013-03-06 | 1 | -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 Forwarder | N0YB | 2013-02-04 | 1 | -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-p | 2012-08-10 | 1 | -2/+1 |
| | |||||
* | Start revamp of shortcuts, central file to hold links, also service ↵ | jim-p | 2012-08-10 | 1 | -0/+2 |
| | | | | status/control, added to dns forwarder as example. | ||||
* | Only process this if it's an array | jim-p | 2012-05-15 | 1 | -0/+2 |
| | |||||
* | Add support for aliases in DNS Forwarder, fixes #2410 | Lorenz Schori | 2012-05-05 | 1 | -0/+19 |
| | |||||
* | Reformat the DNS Forwarder page a bit so it conforms with the other pages. ↵ | jim-p | 2011-10-28 | 1 | -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 Thompson | 2011-08-17 | 1 | -8/+41 |
| | | | | xmpp/kerberos | ||||
* | Fix botched patch, add closing bracket | Andrew Thompson | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | Allow DHCP mappings to be resolved first for reverse lookups. | Andrew Thompson | 2011-07-12 | 1 | -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-p | 2011-02-17 | 1 | -181/+184 |
| | |||||
* | Allow sorting of DNS forwarder entries. | jim-p | 2011-02-17 | 1 | -3/+16 |
| | |||||
* | gettext fixes | Renato Botelho | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Corrections gettext implementation on services_dnsmasq.php | Carlos Eduardo Ramos | 2010-07-15 | 1 | -3/+3 |
| | |||||
* | Implement gettext() calls on services_dnsmasq.php | Rafael Lucas | 2010-07-13 | 1 | -39/+39 |
| | |||||
* | fix text | Chris Buechler | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | Require filter.inc and shaper.inc | Scott Ullrich | 2009-11-21 | 1 | -0/+3 |
| | |||||
* | Reload filter in case we need to sync CARP data | Scott Ullrich | 2009-10-21 | 1 | -0/+3 |
| | |||||
* | Turn off sortable on this page. Something else is sorting the data prior ↵ | Scott Ullrich | 2009-10-10 | 1 | -1/+1 |
| | | | | and is causing the ordering to get foobar'd. | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Make sortable | Scott Ullrich | 2009-08-23 | 1 | -1/+1 |
| | |||||
* | Clear guiconfig from all sort junk functions and put them on the specific ↵ | Ermal Luçi | 2009-06-30 | 1 | -1/+0 |
| | | | | | | pages where they are needed. Remove some sort functions not used. | ||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -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çi | 2009-05-08 | 1 | -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 white | Scott Ullrich | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Do not hard code white | Scott Ullrich | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | Add a plus button on the top header of these pages. | Seth Mos | 2007-05-08 | 1 | -4/+26 |
| | | | | This to make it easier on large configurations. | ||||
* | MFC [15285] | Bill Marquette | 2006-11-11 | 1 | -3/+31 |
| | | | | add dhcpd static mappings to dns forwarder | ||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Remove reboot required checks | Scott Ullrich | 2005-12-14 | 1 | -5/+5 |
| | |||||
* | MFC 7984 | Scott Ullrich | 2005-11-25 | 1 | -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 images | Erik Kristensen | 2005-07-21 | 1 | -6/+6 |
| | | | | | removing images from /usr/local/www adding specific images into the correct theme directories | ||||
* | Use $pgtitle | Bill Marquette | 2005-07-03 | 1 | -1/+1 |
| | | | | small code cleanups | ||||
* | Consolidate Apply changes button into the info box on the right hand side | Scott Ullrich | 2005-07-03 | 1 | -1/+0 |
| | |||||
* | include head.inc and round corners on tabs | Scott Ullrich | 2005-07-02 | 1 | -7/+2 |
| | |||||
* | Correctrly remove host type dns masq records | Scott Ullrich | 2005-07-01 | 1 | -1/+1 |
| | |||||
* | Minor code cleanups (style related). | Scott Ullrich | 2005-07-01 | 1 | -19/+18 |
| | |||||
* | Match prior table behavior by doing a hard break | Scott Ullrich | 2005-06-15 | 1 | -0/+1 |
| | |||||
* | Turn description font color white | Scott Ullrich | 2005-06-15 | 1 | -1/+1 |
| | |||||
* | fix chopped lines from import patch | Scott Ullrich | 2005-06-15 | 1 | -4/+2 |
| | |||||
* | Space the tables out a little bit more. | Scott Ullrich | 2005-06-15 | 1 | -0/+1 |
| | |||||
* | Close off table | Scott Ullrich | 2005-06-15 | 1 | -1/+3 |
| | |||||
* | Initial commit of dnsmasq domain overrides | Scott Ullrich | 2005-06-14 | 1 | -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 edit | Bill Marquette | 2005-04-12 | 1 | -4/+4 |
| | |||||
* | Cleanup icon placement to be more like rules screen | Bill Marquette | 2005-04-04 | 1 | -6/+16 |
| |