Forum Discussion
spalande
Nacreous
Nov 05, 2013DNS query
Requirement is 1 domain has 2 VS, 1 with IPv4 and another with IPv6. How GTM should be configured to return IPv4 IP on A query and IPv6 on AAAA query. Pls suggest.
Bhanu_9561
Cirrus
Nov 06, 2013Here you go
when DNS_REQUEST {
if { [DNS::question type] == "A" } {
host 172.7.7.4
} elseif { [DNS::question type] == "AAAA" } {
host 172.7.7.6 (Replace with IPv6 address)
} else {
return
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects