File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 266
266
record_type => ' AAAA' ,
267
267
target => ' ::1' ,
268
268
}
269
+ bind::ns {'localhost-localhost' :
270
+ zone => ' localhost' ,
271
+ target => ' localhost.'
272
+ }
269
273
270
274
# localhost reverse
271
275
bind::zone { '127.in-addr.arpa' :
281
285
record_type => ' PTR' ,
282
286
target => ' localhost.' ,
283
287
}
288
+ bind::ns {'127-localhost.' :
289
+ zone => ' 127.in-addr.arpa' ,
290
+ target => ' localhost.'
291
+ }
284
292
285
293
# reverse 0
286
294
bind::zone { '0.in-addr.arpa' :
291
299
zone_ns => ' localhost.' ,
292
300
zone_contact => ' root.localhost.' ,
293
301
}
302
+ bind::ns {'0-localhost.' :
303
+ zone => ' 0.in-addr.arpa' ,
304
+ target => ' localhost.'
305
+ }
294
306
295
307
# reverse 255
296
308
bind::zone { '255.in-addr.arpa' :
301
313
zone_ns => ' localhost.' ,
302
314
zone_contact => ' root.localhost.' ,
303
315
}
316
+ bind::ns {'255-localhost.' :
317
+ zone => ' 255.in-addr.arpa' ,
318
+ target => ' localhost.'
319
+ }
304
320
}
You can’t perform that action at this time.
0 commit comments