dns: zone file creation creates a corrupted NS line
anarcat - January 29, 2009 - 23:27
| Project: | Provision |
| Version: | 5.x-0.1-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
zone file creation through the site creation created a corrupted NS line here:
@ IN NS hostmaster.koumbit.net^M.
@ IN NS ns2.koumbit.net.Note the nice control character (^M) in there. Bind barks at that with:
29-Jan-2009 18:20:11.565 general: error: dns_master_load: /var/hostmaster/config/named/example2.com:10: unexpected end of line
#1
The code is being rewritten here, the NS is not a special record anymore.