Config.in 643 B

123456789101112131415
  1. config 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. This repository implements the Magic-Wormhole "Transit
  7. Relay", a server that helps clients establish bulk-data
  8. transit connections even when both are behind NAT
  9. boxes. Each side makes a TCP connection to this server and
  10. presents a handshake. Two connections with identical
  11. handshakes are glued together, allowing them to pretend they
  12. have a direct connection.
  13. https://github.com/magic-wormhole/magic-wormhole-transit-relay