v0.0.1 - Reorganize ISO build tree, add docs/plans/scripts, and stage Phase 2 Slice B+C service integration artifacts
39 lines
758 B
YAML
39 lines
758 B
YAML
# n-OS-tr fips configuration.
|
|
# Ephemeral identity by default (new keypair each boot).
|
|
|
|
node:
|
|
identity:
|
|
# Keep empty for ephemeral identity.
|
|
|
|
tun:
|
|
enabled: true
|
|
name: fips0
|
|
mtu: 1280
|
|
|
|
dns:
|
|
enabled: true
|
|
port: 5354
|
|
|
|
transports:
|
|
udp:
|
|
bind_addr: "0.0.0.0:2121"
|
|
|
|
tcp:
|
|
bind_addr: "0.0.0.0:8443"
|
|
|
|
ethernet:
|
|
# Rewritten on first boot by n-os-tr-firstboot to the first non-loopback iface.
|
|
interface: "__FIPS_ETH_IFACE__"
|
|
discovery: true
|
|
announce: true
|
|
auto_connect: true
|
|
accept_connections: true
|
|
|
|
peers:
|
|
- npub: "npub1qmc3cvfz0yu2hx96nq3gp55zdan2qclealn7xshgr448d3nh6lks7zel98"
|
|
alias: "fips-test-node"
|
|
addresses:
|
|
- transport: udp
|
|
addr: "217.77.8.91:2121"
|
|
connect_policy: auto_connect
|