mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
10 lines
222 B
TOML
10 lines
222 B
TOML
dev = "rp-example"
|
|
ip = "fc00::1/64"
|
|
listen = "[::]:51821"
|
|
private_keys_dir = "/run/credentials/rp@example.service"
|
|
verbose = true
|
|
|
|
[[peers]]
|
|
public_keys_dir = "/etc/rosenpass/example/peers/client"
|
|
allowed_ips = "fc00::2"
|