taamarin / ClashforMagisk

Transparent proxy(Tproxy) for android (root)
685 stars 48 forks source link

curl: inaccessible or not found #15

Open soundghost opened 1 year ago

soundghost commented 1 year ago

Android Verison:Pixel Experience 13 Magisk Version: 25.2

/data/clash/scripts # ./clash.tool -s
curl -k --insecure -L -A 'clash' https://github.com/v2fly/geoip/raw/release/geoip-only-cn-private.dat -o /data/clash/GeoIP.dat
./clash.tool[268]: curl: inaccessible or not found
curl -k --insecure -L -A 'clash' https://github.com/CHIZI-0618/v2ray-rules-dat/raw/release/geosite.dat -o /data/clash/GeoSite.dat
./clash.tool[268]: curl: inaccessible or not found
curl -k --insecure -L -A 'clash' https://MYSubcript -o /data/clash/config.yaml
./clash.tool[268]: curl: inaccessible or not found
taamarin commented 1 year ago

https://github.com/robertying/openssl-curl-android

soundghost commented 1 year ago

OK,Thanks