We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://www.kamailio.org/wikidocs/cookbooks/devel/core/#dns_try_ipv6 the default value for dns_try_ipv6 is no.
no
https://www.kamailio.org/wikidocs/cookbooks/devel/core suggests reading the file doc/tutorials/dns.txt for details about Kamailio's DNS client.
doc/tutorials/dns.txt contains:
dns_try_ipv6 = on | off … Default: on if Kamailio is compiled with ipv6 support.
So depending on the source the default value of dns_try_ipv6 is different.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to https://www.kamailio.org/wikidocs/cookbooks/devel/core/#dns_try_ipv6 the default value for dns_try_ipv6 is
no
.https://www.kamailio.org/wikidocs/cookbooks/devel/core suggests reading the file doc/tutorials/dns.txt for details about Kamailio's DNS client.
doc/tutorials/dns.txt contains:
So depending on the source the default value of dns_try_ipv6 is different.
The text was updated successfully, but these errors were encountered: