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:
parent
7c9f9582ca
commit
2579683efb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue