This commit is contained in:
NekoRectifier 2023-12-12 15:43:57 +08:00
parent 66e5a0d900
commit 7d98b081a7
2 changed files with 10 additions and 1 deletions

8
.gitignore vendored
View File

@ -1,2 +1,8 @@
test.* test.*
temp/clash_config.yaml temp/clash_config.yaml
temp/clash.yaml
temp/config.yaml
temp/proxy.txt
logs/**
conf/config.yaml
.env

View File

@ -93,6 +93,9 @@ unset HTTP_PROXY
unset HTTPS_PROXY unset HTTPS_PROXY
unset NO_PROXY unset NO_PROXY
# create logs folder
mkdir logs
## Clash 订阅地址检测及配置文件下载 ## Clash 订阅地址检测及配置文件下载
# 检查url是否有效 # 检查url是否有效