#202·GitHub520

分享一个转化成 SmartDNS 支持格式的命令

Author: hululu1068Created Jul 25, 2023Updated Nov 24, 2024

一把梭

cat hosts | grep -v "^\s*#\|^\s*$" | awk '{print "address /"$2"/"$1}' > github-hosts.conf
image