source: genesis/dns/staticDNS.yaml@ 14195

Last change on this file since 14195 was 14195, checked in by rick, 6 years ago

Fix DNS entries watertoren not created

  • Property svn:eol-style set to native
File size: 675 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- sunset : { 'reverse' : True, 'a': 172.17.73.5 }
15
16# Timelord pool:
17- timelord : 0.pool.ntp
18- 0.timelord : 0.pool.ntp
19- 1.timelord : 1.pool.ntp
20- 2.timelord : 2.pool.ntp
21- 3.timelord : 3.pool.ntp
22- ntp : 0.pool.ntp
23- pool.ntp : 0.pool.ntp
24
25# Gateway aliases
26- watertoren.gw: watertoren1.gw
27
28# Raw:
29- localhost: 'IN A 127.0.0.1'
Note: See TracBrowser for help on using the repository browser.