mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-01-18 12:11:33 +00:00
- resolve NIP naming conflict
- change 'ipv4'/'ipv6' to 'clearnet'
This commit is contained in:
parent
b705b9dd08
commit
459e5aaead
@ -1,4 +1,4 @@
|
||||
NIP-37
|
||||
NIP-137
|
||||
======
|
||||
|
||||
Transport methods announcement
|
||||
@ -28,8 +28,8 @@ A replacable event of kind `11111`, containing one or more of the following tag(
|
||||
["clearnet", "some.domain.com", "wss"],
|
||||
["tor", "somehash.onion", "ws"],
|
||||
["i2p", "somehash.b32.i2p/", "ws"],
|
||||
["ipv4", "157.240.212.35", "http"],
|
||||
["ipv6", "2001:db8:3333:4444:CCCC:DDDD:EEEE:FFFF", "http"]
|
||||
["clearnet", "157.240.212.35", "http"],
|
||||
["clearnet", "2001:db8:3333:4444:CCCC:DDDD:EEEE:FFFF", "http"]
|
||||
]
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user