Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 198401 Details for
Bug 275091
Too many timeouts resolving $DOMAIN (in $DOMAIN?): disabling EDNS
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
My local /etc/named.conf
named.conf (text/plain), 1.32 KB, created by
Jan Kratochvil
on 2007-09-18 14:13:02 UTC
(
hide
)
Description:
My local /etc/named.conf
Filename:
MIME Type:
Creator:
Jan Kratochvil
Created:
2007-09-18 14:13:02 UTC
Size:
1.32 KB
patch
obsolete
>// >// named.caching-nameserver.conf >// >// Provided by Red Hat caching-nameserver package to configure the >// ISC BIND named(8) DNS server as a caching only nameserver >// (as a localhost DNS resolver only). >// >// See /usr/share/doc/bind*/sample/ for example named configuration files. >// >// DO NOT EDIT THIS FILE - use system-config-bind or an editor >// to create named.conf - edits to this file will be lost on >// caching-nameserver package upgrade. >// >options { > listen-on port 53 { any; }; > listen-on-v6 port 53 { any; }; > directory "/var/named"; > dump-file "/var/named/data/cache_dump.db"; > statistics-file "/var/named/data/named_stats.txt"; > memstatistics-file "/var/named/data/named_mem_stats.txt"; >// query-source port 53; >// query-source-v6 port 53; >// allow-query { localhost; }; > > forwarders { > 89.250.243.243; // manon.vellum.cz. > }; >// forward only; > > // https://bugzilla.redhat.com/show_bug.cgi?id=275091 > edns no; >}; >logging { > channel default_debug { > file "data/named.run"; > severity dynamic; > }; > >// category queries { default_syslog; }; > category lame-servers { null; }; // don't log these at all >}; >view localhost_resolver { >// match-clients { localhost; }; >// match-destinations { localhost; }; > recursion yes; > include "/etc/named.rfc1912.zones"; > >};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 275091
: 198401 |
304558
|
305175