You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-13 01:20:28 +02:00
Enable dynamic resolution of hostnames
This commit is contained in:
@ -3,9 +3,10 @@
|
||||
import os
|
||||
import logging as log
|
||||
import sys
|
||||
from socrate import conf
|
||||
from socrate import conf, system
|
||||
|
||||
log.basicConfig(stream=sys.stderr, level=os.environ.get("LOG_LEVEL", "WARNING"))
|
||||
system.set_env()
|
||||
|
||||
conf.jinja("/unbound.conf", os.environ, "/etc/unbound/unbound.conf")
|
||||
|
||||
|
Reference in New Issue
Block a user