I have the following config:
// Corefile
spiral.sh {
file zones/spiral.sh
alias
}
; zone
http-pool.spiral.sh. 3000 IN A 128.116.205.8
http-pool.spiral.sh. 3000 IN A 45.61.184.138
spiral.sh. 3000 IN CNAME http-pool.spiral.sh.
dig output:
;; ANSWER SECTION:
spiral.sh. 3000 IN CNAME http-pool.spiral.sh.
http-pool.spiral.sh. 3000 IN A 128.116.205.8
http-pool.spiral.sh. 3000 IN A 45.61.184.138
What am I doing wrong? I would like to show just the A records and not the CNAME, as shown in the example on the README.