11 lines
286 B
Python
11 lines
286 B
Python
# This node is not actually part of this repository, it's a DNS server
|
|
# managed by AutoDNS. It needs a node file, because we're using that to
|
|
# auto-generate DNS configs.
|
|
|
|
nodes['a.ns14.net'] = {
|
|
'hostname': 'a.ns14.net',
|
|
'dummy': True,
|
|
'groups': {
|
|
'dns',
|
|
},
|
|
}
|