- resolve NIP naming conflict

- change 'ipv4'/'ipv6' to 'clearnet'
This commit is contained in:
origami74@gmail.com 2025-01-08 16:56:40 +07:00
parent b705b9dd08
commit 459e5aaead

View File

@ -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"]
]
}
```