38 lines
623 B
YAML
38 lines
623 B
YAML
# Pi Zero 2W — leaf endpoint configuration
|
|
node:
|
|
identity:
|
|
persistent: true
|
|
leaf_only: true
|
|
cache:
|
|
coord_size: 1000
|
|
identity_size: 500
|
|
limits:
|
|
max_peers: 8
|
|
max_connections: 16
|
|
max_pending_inbound: 50
|
|
|
|
tun:
|
|
enabled: true
|
|
name: fips0
|
|
mtu: 1280
|
|
|
|
dns:
|
|
enabled: true
|
|
bind_addr: "127.0.0.1"
|
|
port: 5354
|
|
|
|
transports:
|
|
udp:
|
|
bind_addr: "0.0.0.0:2121"
|
|
tcp:
|
|
bind_addr: "0.0.0.0:8443"
|
|
|
|
peers: []
|
|
# Add your upstream peer:
|
|
# - npub: "npub1..."
|
|
# alias: "upstream"
|
|
# addresses:
|
|
# - transport: udp
|
|
# addr: "x.x.x.x:2121"
|
|
# connect_policy: auto_connect
|