1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/network/templates/named.unused/school.local.zone.db.j2

29 lines
740 B
Text
Raw Normal View History

2017-05-27 18:09:50 +00:00
; this is a copy of school.internal.zone.db because named now does not
; permit (or can not distinguish read only attribute for) zones pointing to the same file
@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.
2022-06-23 03:55:56 +00:00
{{ iiab_hostname }} IN A {{ lan_ip }}
schoolserver IN A {{ lan_ip }}
school IN A {{ lan_ip }}
www IN A {{ lan_ip }}
ntp IN A {{ lan_ip }}
time IN A {{ lan_ip }}
presence IN A {{ lan_ip }}
xs IN A {{ lan_ip }}
library IN A {{ lan_ip }}
box IN A {{ lan_ip }}
2017-05-27 18:09:50 +00:00
2022-06-23 03:55:56 +00:00
conference.schoolserver IN A {{ lan_ip }}
2017-05-27 18:09:50 +00:00
; translations of school - in plain latin script
; or un punycode of the utf-8 representation
; es - escuela
escuela IN CNAME school
; de - schule
schule IN CNAME school