Add ignored domains via env statement
All checks were successful
Deploy DNS Configuration / deploy (push) Successful in 1m37s
All checks were successful
Deploy DNS Configuration / deploy (push) Successful in 1m37s
This commit is contained in:
parent
8a0924c36c
commit
594320b601
3 changed files with 43 additions and 1 deletions
|
|
@ -29,6 +29,8 @@ jobs:
|
|||
# Имя контейнера Pi-hole
|
||||
DOCKER_CONTAINER: pihole
|
||||
|
||||
IGNORE_PARTS: "doubleclick google yandex"
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
API_URL: http://10.100.1.2:3000/domains?domain=
|
||||
TARGET_DIR: /opt/appdata/pihole/etc/dnsmasq.d
|
||||
DOCKER_CONTAINER: pihole
|
||||
IGNORE_PARTS: "doubleclick google yandex"
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue