Add environment variables about nameserver

This commit is contained in:
nemunaire 2023-03-15 23:34:30 +01:00
commit ef965cee49
3 changed files with 17 additions and 1 deletions

View 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 }}"