From b3eb4d1800eee3527772f26201f6a8a6a3a56022 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 1 Oct 2019 17:40:26 +0100 Subject: [Project] Start SRV upstreams implementation --- src/libutil/upstream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libutil/upstream.h') diff --git a/src/libutil/upstream.h b/src/libutil/upstream.h index 04ec6d984..5d3e00514 100644 --- a/src/libutil/upstream.h +++ b/src/libutil/upstream.h @@ -21,6 +21,7 @@ enum rspamd_upstream_rotation { enum rspamd_upstream_flag { RSPAMD_UPSTREAM_FLAG_NORESOLVE = (1 << 0), + RSPAMD_UPSTREAM_FLAG_SRV_RESOLVE = (1 << 1), }; struct rspamd_config; -- cgit v1.2.3