mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 05:31:50 +00:00
added support for lists from environment variables
This commit is contained in:
@@ -35,9 +35,13 @@ jobs:
|
||||
|
||||
- name: Download recommended whitelist
|
||||
run: bash ./get_recommended_whitelist.sh
|
||||
env:
|
||||
ALLOWLIST_URLS: ${{ vars.ALLOWLIST_URLS }}
|
||||
|
||||
- name: Download recommended filters
|
||||
run: bash ./get_recommended_filters.sh
|
||||
env:
|
||||
BLOCKLIST_URLS: ${{ vars.BLOCKLIST_URLS }}
|
||||
|
||||
- name: Delete old rules and lists
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user