ipfs/kubo

announce custom protocol in `ipfs id`

Open

#10,817 opened on 2025年5月24日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Go (2,725 forks)batch import
P2exp/intermediatehelp wantedkind/enhancementtopic/libp2p

Repository metrics

Stars
 (13,906 stars)
PR merge metrics
 (平均マージ 4d 2h) (30d で 28 merged PRs)

説明

Checklist

  • My issue is specific & actionable.
  • I am not suggesting a protocol enhancement.
  • I have searched on the issue tracker for my issue.

Description

when using ipfs p2p listen, append announce custom protocol in ipfs id, following https://github.com/libp2p/specs/tree/master/identify . it can help nodes recognize protocol provider and to build service over ipfs

  • append announce custom protocol when using ipfs p2p listen
    • flag to disable announcing it

by the way:

  • set --allow-custom-protocol flag true
    • stop announcing protocol '/x/'

コントリビューターガイド