Skip to content

Does not work (or I don't understand how to use it) #7

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions