Use get_simple_config_mozilla_dns.
GitOrigin-RevId: 5b1605e5ca53485130dd12d727352f6e4682ffec
This commit is contained in:
parent
2e0949c10a
commit
9ed550bdb1
@ -720,12 +720,13 @@ class ConfigRecoverer : public Actor {
|
||||
});
|
||||
auto get_simple_config = [&]() {
|
||||
switch (simple_config_turn_ % 3) {
|
||||
case 1:
|
||||
case 2:
|
||||
return get_simple_config_azure;
|
||||
case 0:
|
||||
case 2:
|
||||
default:
|
||||
return get_simple_config_google_dns;
|
||||
case 1:
|
||||
default:
|
||||
return get_simple_config_mozilla_dns;
|
||||
}
|
||||
}();
|
||||
simple_config_query_ =
|
||||
|
Loading…
Reference in New Issue
Block a user