修改windows默认dns缓存时间为1分钟
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] "MaxCacheTtl"=dword:0000003c
保存为 .reg文件,双击导入
(0x3c转换成10进制:3*16+12=60)
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] "MaxCacheTtl"=dword:0000003c
保存为 .reg文件,双击导入
(0x3c转换成10进制:3*16+12=60)