fast-ping: fix fast-ping issue

This commit is contained in:
Nick Peng
2023-02-26 22:59:57 +08:00
parent b473b9c6e1
commit 15636c355a
4 changed files with 5 additions and 8 deletions

View File

@@ -132,7 +132,7 @@ struct dns_conf_address_rule dns_conf_address_rule;
/* dual-stack selection */
int dns_conf_dualstack_ip_selection = 1;
int dns_conf_dualstack_ip_allow_force_AAAA;
int dns_conf_dualstack_ip_selection_threshold = 15;
int dns_conf_dualstack_ip_selection_threshold = 10;
/* TTL */
int dns_conf_rr_ttl;