watchdog: use 1.1.1.1 as a 2nd target instead of microsoft.com

arm-sdk7
pedro 3 years ago
parent 5e9a79be3f
commit a442b244cf

@ -61,7 +61,7 @@ struct nvram_tuple router_defaults[] = {
{ "mwan_num", "1" , 0 },
{ "mwan_init", "0" , 0 },
{ "mwan_cktime", "0" , 0 },
{ "mwan_ckdst", "google.com,microsoft.com" , 0 }, /* target1,target2 */
{ "mwan_ckdst", "google.com,1.1.1.1" , 0 }, /* target1,target2 */
{ "mwan_debug", "0" , 0 },
{ "mwan_tune_gc", "0" , 0 }, /* tune route cache for multiwan in load balancing */
{ "mwan_state_init", "1" , 0 }, /* init wan state files with this value */

Loading…
Cancel
Save