Hi everyone,
I'm no DNS pro but I'm having trouble creating a SOA record that will accept a wildcard e.g. *.hello.world.com IN IP address or CNAME new.domain.com
When a resolver picks this up, I want it so that it will accept any hosts after the * and take the domain as well.
(1) *.hello.world.com
(2) hello.world.com
The hosts are dynamic thus the need for the wildcard. This works right now, but does not work for case 2.
db.hello.world.com
;NS Records
IN A new.domain.com
;Hosts
*.hello.world.com IN A new.domain.com
I've tried *.world.com, but this screws up lookups to world.com e.g. when someone types I don't want to redirect this traffic.
HELP! Thanks!
Kmaster
I'm no DNS pro but I'm having trouble creating a SOA record that will accept a wildcard e.g. *.hello.world.com IN IP address or CNAME new.domain.com
When a resolver picks this up, I want it so that it will accept any hosts after the * and take the domain as well.
(1) *.hello.world.com
(2) hello.world.com
The hosts are dynamic thus the need for the wildcard. This works right now, but does not work for case 2.
db.hello.world.com
;NS Records
IN A new.domain.com
;Hosts
*.hello.world.com IN A new.domain.com
I've tried *.world.com, but this screws up lookups to world.com e.g. when someone types I don't want to redirect this traffic.
HELP! Thanks!
Kmaster