27 lines
475 B
YAML
27 lines
475 B
YAML
# FIPS single-node config template for sys-fips
|
|
#
|
|
# This file is copied to /etc/fips/fips.yaml by 02-install-fips.sh.
|
|
# Identity is persistent by default so the node keeps the same npub across restarts.
|
|
|
|
node:
|
|
identity:
|
|
persistent: true
|
|
|
|
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"
|
|
mtu: 1472
|
|
|
|
# Add external peers with scripts/08-add-peer.sh
|
|
peers: []
|