Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for custom resolvers in DNS templates #1079

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Oct 4, 2021

In template resolvers support for DNS templates, example template:-

id: basic-example

info:
  name: Test HTTP Template
  author: pdteam
  severity: info

dns:
  - name: "{{FQDN}}"
    type: CNAME
    class: inet
    recursion: true
    retries: 3
    resolvers:
      - "1.1.1.1"

@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Oct 4, 2021
@Mzack9999 Mzack9999 self-assigned this Oct 4, 2021
@Mzack9999 Mzack9999 linked an issue Oct 4, 2021 that may be closed by this pull request
@ehsandeep ehsandeep merged commit d0476e8 into dev Oct 4, 2021
@ehsandeep ehsandeep deleted the issue-963-dns-resolver-in-dns-template branch October 4, 2021 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] Supporting custom resolvers for DNS requests
2 participants