2023-10-16 11:06:40 +00:00
|
|
|
mixnode:
|
|
|
|
# A listen address for other mixnodes in the mixnet and mixclients who want to send packets.
|
2023-10-17 08:56:15 +00:00
|
|
|
listen_address: 0.0.0.0:7777
|
2023-10-16 11:06:40 +00:00
|
|
|
# A (internal) listen address only for a "single" mixclient who wants to receive packets
|
|
|
|
# from the last mixnet layer.
|
|
|
|
# For more details, see the documentation in the "mixnet" crate.
|
2023-10-17 08:56:15 +00:00
|
|
|
client_listen_address: 0.0.0.0:7778
|
2023-10-16 11:06:40 +00:00
|
|
|
# A ed25519 private key for decrypting inbound Sphinx packets
|
|
|
|
# received from mixclients or mixnodes in the previous mixnet layer.
|
2023-10-17 11:08:15 +00:00
|
|
|
private_key: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
|
2023-10-16 11:06:40 +00:00
|
|
|
# A max number of connections that will stay connected to mixnodes in the next layer.
|
|
|
|
connection_pool_size: 255
|
|
|
|
log:
|
|
|
|
backend: "Stdout"
|
|
|
|
format: "Json"
|
|
|
|
level: "debug"
|