v1.0.0beta3

~新增纯净模式
~新增用于纯净模式的PAC生成功能
~新增重置配置文件功能
~本地DNS服务默认设置调整为不启用
~同步GeoIP数据库文件
This commit is contained in:
juewuy
2020-09-08 18:35:49 +08:00
parent 564c831c37
commit 63be19b81d
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -1,2 +1,2 @@
versionsh=1.0.0beta3
GeoIP_v=20200908
versionsh=1.0.0beta3

View File

@@ -636,7 +636,7 @@ echo -e " 0 返回上级菜单"
read -p "请输入对应数字 > " num
if [ "$num" = '1' ]; then
echo 'function FindProxyForURL(url, host) {' > $dir/pac
echo " return \"SOCKS5 $host:7890; PROXY $host:7890; DIRECT\";" >> $dir/pac
echo " return \"SOCKS $host:7890; PROXY $host:7890; DIRECT;\"" >> $dir/pac
echo '}' >> $dir/pac
echo -e "\033[33mPAC文件已生成\033[0m"
echo -e "PAC地址\033[32m$pac\033[0m"