# Configure following properties for BusdoxLocator and BdxlLocator in Oxalis.conf as per your requirements
lookup.locator.busdox.timeout=30
lookup.locator.busdox.maxRetries=3
# If below lookup.locator.busdox.enablePublicDNS is set to true then it will use Google & Cloudflare DNS thereby bypassing organization DNS.
# Google DNS is faster, but it also performs DNSSEC validation by default.
# If DNSSEC signature expired in SML then it will throw SERVFAIL error.
# There is trade-off between speed vs security. Keep it false, if you are Not sure what you are doing.
lookup.locator.busdox.enablePublicDNS = false
lookup.locator.bdxl.timeout=20
lookup.locator.bdxl.maxRetries=2
# If below lookup.locator.bdxl.enablePublicDNS is set to true then it will use Google & Cloudflare DNS thereby bypassing organization DNS.
# Google DNS is faster, but it also performs DNSSEC validation by default.
# If DNSSEC signature expired in SML then it will throw SERVFAIL error.
# There is trade-off between speed vs security. Keep it false, if you are Not sure what you are doing.
lookup.locator.bdxl.enablePublicDNS = false