Created
February 27, 2018 21:20
-
-
Save Lasherbr/335f3600cbe2e860283ec37b5fba54bb to your computer and use it in GitHub Desktop.
Conf Bind Named /var/named/example.com.db
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $TTL 1D | |
| $ORIGIN example.com. | |
| @ IN SOA example.com. root.cloudapps.example.com. ( | |
| 10 ; serial | |
| 1D ; refresh | |
| 1H ; retry | |
| 1W ; expire | |
| 3H ) ; minimum | |
| IN NS ns1.example.com. | |
| ns1 IN A 127.0.0.1 | |
| master IN A 192.168.122.200 | |
| openshift IN A 192.168.122.200 | |
| master1 IN A 192.168.122.200 | |
| node1 IN A 192.168.122.201 | |
| node2 IN A 192.168.122.202 | |
| infra-node1 IN A 192.168.122.203 | |
| infranode1 IN A 192.168.122.203 | |
| nfs IN A 192.168.122.210 | |
| $ORIGIN apps.example.com. | |
| * IN A 192.168.122.203 | |
| IN CNAME 192.168.122.203 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment