Remove a lot of TG domainsm, rewrite scripts
All checks were successful
Deploy DNS Configuration / deploy (push) Successful in 2m15s
All checks were successful
Deploy DNS Configuration / deploy (push) Successful in 2m15s
This commit is contained in:
parent
72bbdc2457
commit
5f0e287b98
5 changed files with 61 additions and 139 deletions
|
|
@ -2,14 +2,14 @@
|
|||
set -euo pipefail
|
||||
|
||||
# ==============================
|
||||
# Конфигурация через переменные
|
||||
# Конфигурация через переменные окружения
|
||||
# ==============================
|
||||
INPUT_FILE="${INPUT_FILE:-domains.txt}"
|
||||
INPUT_FILE="${DOMAINS_FILE:-domains.txt}"
|
||||
|
||||
IPSET_CONF="${IPSET_CONF:-/tmp/91-ipset-bbrkn.conf}"
|
||||
RESOLVE_CONF="${RESOLVE_CONF:-/tmp/92-resolve-bbrkn.conf}"
|
||||
|
||||
API_URL="${API_URL:-http://10.100.1.2:3000/domains?domain=}"
|
||||
API_URL="${CHROME_SERVER:-http://127.0.0.1:3000}/domains?domain="
|
||||
DNS_SERVER="${DNS_SERVER:-8.8.8.8}"
|
||||
|
||||
DRY_RUN=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue