added info to kind 28333

This commit is contained in:
asmogo 2024-12-12 23:06:51 +01:00 committed by GitHub
parent 2f77598078
commit 8631a536b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
74.md
View File

@ -19,7 +19,7 @@ The motivation behind NWS is to leverage the existing Nostr infrastructure to fa
* `exit-node` - The entity receiving a TCP request over NOSTR and forwarding it to the intended destination. * `exit-node` - The entity receiving a TCP request over NOSTR and forwarding it to the intended destination.
## Kinds ## Kinds
* `28333: KindEphemeralEvent` - Used to specify TCP messages. * `28333: KindEphemeralEvent` - Used to specify TCP messages. Exit nodes must subscribe to this message kind.
* `38333: KindAnnouncementEvent` - Used to publicly announce the exit node to clients. * `38333: KindAnnouncementEvent` - Used to publicly announce the exit node to clients.
* `38334: KindCertificateEvent` - Used to publish the SSL certificate for the exit node. * `38334: KindCertificateEvent` - Used to publish the SSL certificate for the exit node.