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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

revamp DNS firewall methods, remove virtual DNS #1313

Merged
merged 4 commits into from
Jun 19, 2023

Commits on Jun 19, 2023

  1. virtualdns: remove support from SDK

    This was an alias for the newer DNS firewall. Since we are revampign the
    DNS firewall file, we should remove this now to avoid introducing
    breaking changes to these older methods.
    jacobbednarz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3609201 View commit details
    Browse the repository at this point in the history
  2. internal: add support for deprecated /user routes

    This shouldn't be used anywhere however, we can add support here until
    it's fully quashed as a concept in the services.
    jacobbednarz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    453ca7f View commit details
    Browse the repository at this point in the history
  3. dns_firewall: modernise method conventions

    Updates the method conventions[1] to match the experimental client[2]
    bringing in more modern support and usage.
    
    [1]: https://github.com/cloudflare/cloudflare-go/blob/master/docs/conventions.md
    [2]: https://github.com/cloudflare/cloudflare-go/blob/master/docs/experimental.md
    jacobbednarz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    05c773d View commit details
    Browse the repository at this point in the history
  4. add changelog entry

    jacobbednarz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    37b9d25 View commit details
    Browse the repository at this point in the history