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

Missing profile properties #1355

Open
mattias-p opened this issue Jun 4, 2024 · 0 comments
Open

Missing profile properties #1355

mattias-p opened this issue Jun 4, 2024 · 0 comments

Comments

@mattias-p
Copy link
Member

When I run zonemaster-cli --dump-profile (using Zonemaster Engine 5.0.0) to print the default profile I get the following output:

{
   "asn_db" : {
      "sources" : {
         "cymru" : [
            "asnlookup.zonemaster.net"
         ],
         "ripe" : [
            "riswhois.ripe.net"
         ]
      },
      "style" : "cymru"
   },
   "logfilter" : {},
   "net" : {
      "ipv4" : true,
      "ipv6" : true
   },
   "no_network" : false,
   "resolver" : {
      "defaults" : {
         "debug" : false,
         "fallback" : true,
         "igntc" : false,
         "recurse" : false,
         "retrans" : 3,
         "retry" : 2,
         "timeout" : 5,
         "usevc" : false
      }
   },
   "test_cases" : [
      ...
   ],
   "test_cases_vars" : {
      "dnssec04" : {
         "DURATION_LONG" : 15552000,
         "REMAINING_LONG" : 15552000,
         "REMAINING_SHORT" : 43200
      },
      "zone02" : {
         "SOA_REFRESH_MINIMUM_VALUE" : 14400
      },
      "zone04" : {
         "SOA_RETRY_MINIMUM_VALUE" : 3600
      },
      "zone05" : {
         "SOA_EXPIRE_MINIMUM_VALUE" : 604800
      },
      "zone06" : {
         "SOA_DEFAULT_TTL_MAXIMUM_VALUE" : 86400,
         "SOA_DEFAULT_TTL_MINIMUM_VALUE" : 300
      }
   },
   "test_levels" : {
      ...
   }
}

Comparing this to the list of profile properties we can see that these properties are not included in the output:

  • asnroots
  • cache
  • resolver.source
  • resolver.source4
  • resolver.source6

The default profile should include all properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant