ipfs/kubo

announce custom protocol in `ipfs id`

Open

#10817 opened on May 24, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (13,906 stars) (2,725 forks)batch import
P2exp/intermediatehelp wantedkind/enhancementtopic/libp2p

Description

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/'

Contributor guide