[Proposal] Do you need to support the function of updating the pac script in V2RayXS?
是否可以增加pac update function? 谢谢。
https://github.com/Cenmrev/V2RayX/issues/320
根据上面链接,在文件夹添加bash,可以完成手动更新。 by the way,参考第三楼命令行,换成可以去重命令。
done < <(curl -sSfL "${GFWLIST_PATH}" | tr -d '\n' | base64 --decode) 换成可以去重
done < <(curl -sSfL "${GFWLIST_PATH}" | tr -d '\n' | base64 --decode | sort | uniq)
@dgulan updating the pac script does not seem to be a regular operation. I'm considering whether I need to implement it on the client side. I don't know if other people have this need.
this issue may be open until it is implemented. If anyone who needs this function can participate in the discussion or give me feedback.
@dgulan I just committed a copy of the script to the repository, now maybe you can temporarily do your job by executing the following script
curl -sfL https://raw.githubusercontent.com/tzmax/V2RayXS/master/update_pac.sh | bash
Thank you for your reply. Thank you for your contribution, this software is great.