]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
daemon/lua: update kres-gen.lua
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 24 Aug 2020 09:42:28 +0000 (11:42 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 13 Oct 2020 10:55:26 +0000 (12:55 +0200)
daemon/lua/kres-gen.lua

index 60f0212e7541d3cf7ec60d40e0544429110c4b54..a689b46ddd8391298d2bf411b093bbbd5a11ec3e 100644 (file)
@@ -394,6 +394,7 @@ uint32_t packet_ttl(const knot_pkt_t *, _Bool);
 typedef struct {
        int sock_type;
        _Bool tls;
+       _Bool http;
        const char *kind;
        _Bool freebind;
 } endpoint_flags_t;