Created
October 27, 2018 01:21
-
-
Save zimmertr/7d231ed271c6c404487b9cc34257d100 to your computer and use it in GitHub Desktop.
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 604800 | |
@ IN SOA io.sol.milkyway. admin.sol.milkyway. ( | |
12 ; Serial | |
604800 ; Refresh | |
86400 ; Retry | |
2419200 ; Expire | |
604800 ) ; Negative Cache TTL | |
; NS Records | |
IN NS io.sol.milkyway. | |
; A Records | |
;Proxmox Server | |
saturn.sol.milkyway. IN A 192.168.1.10 | |
;Kubernetes Cluster | |
pluto.sol.milkyway. IN A 192.168.1.170 | |
ceres.sol.milkyway. IN A 192.168.1.180 | |
eris.sol.milkyway. IN A 192.168.1.181 | |
haumea.sol.milkyway. IN A 192.168.1.182 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment