diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-10-01 17:40:26 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-10-01 17:40:26 +0100 |
commit | b3eb4d1800eee3527772f26201f6a8a6a3a56022 (patch) | |
tree | 8da5d42f06671ad75d4299405f1345bdf4c2d416 /src/libutil/upstream.h | |
parent | f17a1b6d74374bbf0ac0acc87a6dcdd63f1a551f (diff) | |
download | rspamd-b3eb4d1800eee3527772f26201f6a8a6a3a56022.tar.gz rspamd-b3eb4d1800eee3527772f26201f6a8a6a3a56022.zip |
[Project] Start SRV upstreams implementation
Diffstat (limited to 'src/libutil/upstream.h')
-rw-r--r-- | src/libutil/upstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |