Fix IPSET patch hardcoding
This commit is contained in:
parent
d8cf49ef5c
commit
66e4202e1e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -6,8 +6,8 @@ DOMAINS := domains.txt
|
||||||
GEN_SCRIPT := ./scripts/generate-configs.sh
|
GEN_SCRIPT := ./scripts/generate-configs.sh
|
||||||
DEPLOY_SCRIPT := ./scripts/deploy-to-gateway.sh
|
DEPLOY_SCRIPT := ./scripts/deploy-to-gateway.sh
|
||||||
|
|
||||||
IPSET_CONF := /tmp/91-ipset-bbrkn.conf
|
IPSET_CONF := 91-ipset-bbrkn.conf
|
||||||
RESOLVE_CONF := /tmp/92-resolve-bbrkn.conf
|
RESOLVE_CONF := 92-resolve-bbrkn.conf
|
||||||
|
|
||||||
# Генерация конфигов
|
# Генерация конфигов
|
||||||
generate:
|
generate:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue