updateHosts icon indicating copy to clipboard operation
updateHosts copied to clipboard

自动更新hosts

Results 3 updateHosts issues
Sort by recently updated
recently updated
newest added

function:download_hosts error:HTTP Error 404: Not Found

是否有远程修改更新的hosts文件的源代码吗? 哈哈 我做了一个 但是 就是 远程连接不上 十分感谢您!拜托了 我的邮箱是 [email protected] 再次十分感谢

在获取config.ini中的source_list时 source_id 与实际获取的地址不符 in function get_config line 89 Original `source_list[i] = config.get('source_select', 'source' + str(i + 1))` Should be `source_list[i] = config.get('source_select', 'source' + str(source_list[i]))`