]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Merge branch 'allow_to_set_hostname' into 'master'
authorOndřej Surý <ondrej.sury@nic.cz>
Sat, 12 Nov 2016 09:13:54 +0000 (10:13 +0100)
committerOndřej Surý <ondrej.sury@nic.cz>
Sat, 12 Nov 2016 09:13:54 +0000 (10:13 +0100)
Allow to override hostname() with a lua call hostname("example.com")

This changes lua hostname() call to accept optional parameter with new hostname. This is needed to override possibly wrong name used for ephemeral certs.

See merge request !72


Trivial merge