Add environment variables about nameserver
This commit is contained in:
parent
1e097b9f94
commit
ef965cee49
3 changed files with 17 additions and 1 deletions
7
templates/token-validator.conf.j2
Normal file
7
templates/token-validator.conf.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export ADLIN_SHARED_SECRET="{{ adlin_shared_secret }}"
|
||||
export ADLIN_NS_HOST={{ nameserver_host }}:53
|
||||
{% if acl_maatma_secret is defined %}
|
||||
export ADLIN_TSIG_NAME=maatma.
|
||||
export ADLIN_TSIG_SECRET="{{ acl_maatma_secret }}"
|
||||
{% endif %}
|
||||
export ADLIN_COLLECTOR_SECRET="{{ adlin_collector_secret }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue