mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
chore: hide DNS cache file
This commit is contained in:
@@ -59,8 +59,8 @@ done
|
||||
|
||||
# 更新DNS设置
|
||||
if [ "$is_valid_dns" = false ]; then
|
||||
echo "empty" >original_dns.txt
|
||||
echo "empty" >.original_dns.txt
|
||||
else
|
||||
echo "$original_dns" >original_dns.txt
|
||||
echo "$original_dns" >.original_dns.txt
|
||||
fi
|
||||
networksetup -setdnsservers "$hardware_port" "$1"
|
||||
|
||||
Reference in New Issue
Block a user