-
|
DNSAction.Spoof: spoof the response using the supplied IPv4 (A), IPv6 (AAAA) or string (CNAME) value. TTL will be 60 seconds. As per the documenation the default TTL for spoof CNAME value is 60 i have a use case where i have to dynamically construct the cname is there any way that i can assign higher TTL number and respond the CNAME from dnsdist itself? |
Beta Was this translation helpful? Give feedback.
Answered by
rgacogne
Nov 12, 2025
Replies: 1 comment 3 replies
-
|
Not with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think that's possible at the moment. You could open a feature request for adding the ability to set a TTL via
DNSQuestion:spoof(DNSAction.Spoofis really limited and we will deprecate it at some point, likely in 2.1.0).