feat(gateway): add optional bonjour/mdns discovery
This commit is contained in:
@@ -24,6 +24,13 @@ server:
|
||||
refill_per_sec: 15
|
||||
max_violations: 8
|
||||
violation_window_ms: 10000
|
||||
# Local-network service discovery (mDNS/Bonjour). Keep disabled by default.
|
||||
# Requires server.localhost: false so LAN clients can actually connect.
|
||||
discovery:
|
||||
enabled: false
|
||||
service_name: flynn-gateway
|
||||
service_type: _flynn._tcp
|
||||
txt: {}
|
||||
|
||||
models:
|
||||
# ── Model tiers ────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user