mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
10 lines
211 B
TOML
10 lines
211 B
TOML
public_key = "rp-b-public-key"
|
|
secret_key = "rp-b-secret-key"
|
|
listen = ["127.0.0.1:9998"]
|
|
verbosity = "Verbose"
|
|
|
|
[[peers]]
|
|
public_key = "rp-a-public-key"
|
|
endpoint = "127.0.0.1:9999"
|
|
key_out = "rp-a-key-out.txt"
|