Commit 2c5baff9 authored by Pieter Hintjens's avatar Pieter Hintjens

Note that ZMQ_TCP_ACCEPT_FILTER is deprecated

parent acc4fe87
...@@ -757,6 +757,9 @@ filter is applied then new connection source ip should be matched. To clear ...@@ -757,6 +757,9 @@ filter is applied then new connection source ip should be matched. To clear
all filters call zmq_setsockopt(socket, ZMQ_TCP_ACCEPT_FILTER, NULL, 0). all filters call zmq_setsockopt(socket, ZMQ_TCP_ACCEPT_FILTER, NULL, 0).
Filter is a null-terminated string with ipv6 or ipv4 CIDR. Filter is a null-terminated string with ipv6 or ipv4 CIDR.
NOTE: This option is deprecated, please use authentication via the ZAP API
and IP address whitelisting / blacklisting.
[horizontal] [horizontal]
Option value type:: binary data Option value type:: binary data
Option value unit:: N/A Option value unit:: N/A
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment