Update 66.md with defensive measures (#2240)

This commit is contained in:
alltheseas
2026-03-07 09:44:06 -05:00
committed by GitHub
parent f9f985dff5
commit 1f9988ff9b
+6
View File
@@ -95,3 +95,9 @@ Example:
]
}
```
## Risk Mitigation
- Clients MUST NOT require `30166` events to function. Absence of monitoring data MUST NOT prevent relay connections.
- A monitor may publish erroneous `30166` events, either by misconfiguration or malicious intent.
- Clients SHOULD NOT trust a single source. Defenses include: web-of-trust filtering, querying multiple monitors, and discarding filter results if they would remove an unreasonable proportion of relays.