source: genesis/dns/staticDNS.yaml@ 13911

Last change on this file since 13911 was 13870, checked in by rick, 8 years ago

Weed out unused and obsolete entries.

  • Property svn:eol-style set to native
File size: 574 bytes
Line 
1--- # Static DNS Entries
2# vosko
3- apkerk1.Vosko : 172.17.176.8
4- apkerk2.Vosko : 172.17.176.9
5
6# proxy servers:
7- proxy : 172.31.255.1
8- welcome : 172.31.255.1
9
10# WL Servers:
11- sunnysidekick: { 'reverse' : True, 'a' : 172.16.3.22 }
12- druif : { 'reverse' : True, 'a' : 172.17.107.2 }
13- unifi : { 'reverse' : True, 'a' : 172.17.107.10 }
14
15# Timelord pool:
16- timelord : 0.pool.ntp
17- 0.timelord : 0.pool.ntp
18- 1.timelord : 1.pool.ntp
19- 2.timelord : 2.pool.ntp
20- 3.timelord : 3.pool.ntp
21- ntp : 0.pool.ntp
22- pool.ntp : 0.pool.ntp
23
24# Raw:
25- localhost: 'IN A 127.0.0.1'
Note: See TracBrowser for help on using the repository browser.