Module: kamailio Branch: master Commit: f71d984edc21c015fc4c81682b115b510169b713 URL: https://github.com/kamailio/kamailio/commit/f71d984edc21c015fc4c81682b115b51...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2022-08-23T09:58:03+02:00
core: aliased dns_use_failover to use_dns_failover
---
Modified: src/core/cfg.lex
---
Diff: https://github.com/kamailio/kamailio/commit/f71d984edc21c015fc4c81682b115b51... Patch: https://github.com/kamailio/kamailio/commit/f71d984edc21c015fc4c81682b115b51...
---
diff --git a/src/core/cfg.lex b/src/core/cfg.lex index 76fd8d704d..d11406b1b5 100644 --- a/src/core/cfg.lex +++ b/src/core/cfg.lex @@ -330,7 +330,7 @@ DNS_NAPTR_IGNORE_RFC dns_naptr_ignore_rfc /* dns cache */ DNS_CACHE_INIT dns_cache_init DNS_USE_CACHE use_dns_cache|dns_use_cache -DNS_USE_FAILOVER use_dns_failover +DNS_USE_FAILOVER use_dns_failover|dns_use_failover DNS_CACHE_FLAGS dns_cache_flags DNS_CACHE_NEG_TTL dns_cache_negative_ttl DNS_CACHE_MIN_TTL dns_cache_min_ttl