Univention Bugzilla – Attachment 9550 Details for
Bug 47176
bind9 global forwarders configuration makes zone delegation unusable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
disable_global_forwarding_for_delegated_subdomains.patch
disable_global_forwarding_for_delegated_subdomains.patch (text/plain), 640 bytes, created by
Arvid Requate
on 2018-06-11 20:42:19 CEST
(
hide
)
Description:
disable_global_forwarding_for_delegated_subdomains.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2018-06-11 20:42:19 CEST
Size:
640 bytes
patch
obsolete
>See https://deepthought.isc.org/article/AA-00538/0/How-can-I-disable-global-forwarding-for-delegated-subdomains.html > >diff --git a/services/univention-bind/bind.py b/services/univention-bind/bind.py >index 9e1415f7e9..282652df5c 100755 >--- a/services/univention-bind/bind.py >+++ b/services/univention-bind/bind.py >@@ -155,6 +155,7 @@ def _new_zone(ucr, zonename, dn): > proxy_zone.write('\ttype slave;\n') > proxy_zone.write('\tfile "%s.zone";\n' % (zonename,)) > proxy_zone.write('\tmasters port 7777 { 127.0.0.1; };\n') >+ proxy_zone.write('\tforwarders {};\n') > proxy_zone.write('};\n') > proxy_zone.close() > os.chmod(proxy_file, 0o640)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47176
: 9550