mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
Operator-facing IPs in user-visible configs/docs (examples, tutorials, packaging, sidecar templates) are now the resolvable hostnames of the public test fleet (test-us01.fips.network, etc.) so they keep working without baking specific addresses into examples. Doc-comment and test fixtures in src/config/transport.rs use RFC 5737 TEST-NET-2 (198.51.100.1) so they cannot accidentally point at a real host. Also resyncs the openwrt-ipk fips.yaml with the common reference (merge from master) and applies the same DNS-name swap there.
14 lines
577 B
Bash
14 lines
577 B
Bash
# FIPS sidecar default configuration.
|
|
# Override these values or create a .env.local file.
|
|
|
|
# Node identity (hex-encoded secret key).
|
|
# WARNING: This is a development-only default. In production, use Docker
|
|
# secrets or a vault — never commit real keys to version control.
|
|
FIPS_NSEC=e752b92aed3ac1595807f5d0eb5125589fbec0a2cfd3a2948d87ea076557deeb
|
|
|
|
# Peer configuration (leave empty for standalone operation)
|
|
FIPS_PEER_NPUB=npub1qmc3cvfz0yu2hx96nq3gp55zdan2qclealn7xshgr448d3nh6lks7zel98
|
|
FIPS_PEER_ADDR=test-us01.fips.network:2121
|
|
FIPS_PEER_ALIAS=vps
|
|
FIPS_PEER_TRANSPORT=udp
|