dashboard
repositories
filestore
activity
search
login
hsadmin
/
hs.hsadmin
HSAdmin Backend Domains, E-Mail, Datenbanken
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of ssh://hsh04-source@hsh04.hostsharing.net/home/doms...
Purodha
2013-04-02
e762eb2145f513284a31a5f11326539efa50f7b2
[hsadmin/hs.hsadmin.git]
/
hsarback
/
src
/
de
/
hsadmin
/
mods
/
dom
/
named-pri-zones.vm
1
2
3
4
5
6
7
8
//
// This file is managed by HSAdmin.
// Do not edit manually. Changes will be overwritten.
//
#foreach( $domain in ${domains} )
zone "${domain.name}" { type master; file "pri.${domain.name}"; };
#end