1config BR2_PACKAGE_PYTHON_MAGIC_WORMHOLE_TRANSIT_RELAY
2	bool "python-magic-wormhole-transit-relay"
3	select BR2_PACKAGE_PYTHON_TWISTED # runtime
4	help
5	  Transit Relay server for Magic-Wormhole.
6
7	  This repository implements the Magic-Wormhole "Transit
8	  Relay", a server that helps clients establish bulk-data
9	  transit connections even when both are behind NAT
10	  boxes. Each side makes a TCP connection to this server and
11	  presents a handshake. Two connections with identical
12	  handshakes are glued together, allowing them to pretend they
13	  have a direct connection.
14
15	  https://github.com/magic-wormhole/magic-wormhole-transit-relay
16