mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
27 lines
579 B
Django/Jinja
27 lines
579 B
Django/Jinja
@ in soa localhost. root 1 3H 15M 1W 1D
|
|
ns localhost.
|
|
|
|
{{ 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 }}
|
|
|
|
|
|
conference.schoolserver IN A {{ lan_ip }}
|
|
|
|
|
|
; 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
|
|
|