mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
optimized list downloading process
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
download_lists() {
|
||||
urls=$1
|
||||
output=$2
|
||||
|
||||
curl -sSfL --parallel --parallel-max 10 --retry 3 ${urls[@]} > $output
|
||||
}
|
||||
Reference in New Issue
Block a user