ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.05k stars 3.01k forks source link

Add a camouflage profile for servers + documentation #7066

Open RubenKelevra opened 4 years ago

RubenKelevra commented 4 years ago

Currently the server profile uses port 4001 for the swarm communication.

Since we're using QUIC and TLS in the future, it makes sense to create a profile which has the swarm port set to 443. This improves the ability to connect to this node from highly restricted environments.

The name 'camouflage' is open for discussions.

This task originates from the discussion of my proposal #7053

hsn10 commented 4 years ago

This is not good idea