Hello
What should the DNS entry be for:
*.foo.domain.com
(I only need the DNS, not proxied)
I have:
A | domain.com | x.x.x.x| Auto | DNS Only
CNAME | foo | domain.com | Auto | DNS Only
And this part, i’m not sure:
A | *.foo | x.x.x.x | Auto | DNS Only
or
CNAME | *.foo | foo | Auto | DNS Only
What’s the correct entry?