You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an action similar to SpoofAction in the request process to the response process, allowing the actual content returned to the client to be modified based on the DNSResponse answer.
Usecase
Resolve a DNS question and return a modified response based on the content of the upstream response.
ref #14795
https://dnsdist.org/reference/actions.html Add SpoofResponseAction,SpoofCNAMEResponseAction,SpoofRawResponseAction,SpoofSVCResponseAction,SpoofPacketResponseAction similar to their original versions
The text was updated successfully, but these errors were encountered:
I'm tentatively putting this in the 2.0 milestone, but no promises. As always a pull request would go a long way towards ensuring this happens sooner rather than later :)
Short description
Add an action similar to
SpoofAction
in the request process to the response process, allowing the actual content returned to the client to be modified based on theDNSResponse
answer.Usecase
Resolve a DNS question and return a modified response based on the content of the upstream response.
ref #14795
Description
:spoof()
, similar toDNSQuestion
DNSResponseAction.Spoof
,DNSResponseAction.SpoofPacket
andDNSResponseAction.SpoofRaw
SpoofResponseAction
,SpoofCNAMEResponseAction
,SpoofRawResponseAction
,SpoofSVCResponseAction
,SpoofPacketResponseAction
similar to their original versionsThe text was updated successfully, but these errors were encountered: