receiver: default to 127.0.0.1:8444 (avoid wg-enroll-listener on 8443)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
max 2026-04-29 23:45:23 -05:00
parent 7c9f9582ca
commit 2579683efb

View file

@ -1,6 +1,6 @@
# CIS490 receiver — copy to /etc/cis490/receiver.toml and edit.
listen_addr = "127.0.0.1:8443"
listen_addr = "127.0.0.1:8444"
store_root = "/var/lib/cis490/episodes"
incoming_root = "/var/lib/cis490/incoming"
index_path = "/var/lib/cis490/index.jsonl"