]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
modules/http: use port 8453 as default for web management
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 18 Apr 2019 13:18:02 +0000 (15:18 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 18 Apr 2019 15:09:58 +0000 (17:09 +0200)
daemon/lua/trust_anchors.test/webserv.lua

index 458d3e56c93add542406151a41ac5cc0c20caef4..1e5e7aaea486ae198410eff075facb587599326e 100644 (file)
@@ -159,7 +159,7 @@ function M.add_interface(conf)
        local addr_str
        if not conf.path then
                conf.host = conf.host or 'localhost'
-               conf.port = conf.port or 8053
+               conf.port = conf.port or 8453
                addr_str = string.format('%s@%d', conf.host, conf.port)
        else
                if conf.host or conf.port then