Created
May 7, 2016 12:40
-
-
Save taotetek/5d88c244a20e57757fadc43a45d736e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module( | |
load="imczmq" | |
authenticator="on" | |
authtype="CURVESERVER" | |
clientcertpath="/etc/curve.d/" | |
servercertpath="/etc/curve.d/server_cert" | |
) | |
module( | |
load="omczmq" | |
authtype="CURVESERVER" | |
clientcertpath="/etc/curve.d/" | |
servercertpath="/etc/curve.d/server_cert" | |
) | |
input( | |
type="imczmq" | |
socktype="PULL" | |
endpoints="@tcp://*:22222" | |
) | |
action( | |
name="to_zeromq" | |
type="omczmq" | |
socktype="PUSH" | |
endpoints="@tcp://*:22223" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment