hyprspace

A Lightweight VPN Built on top of IPFS + Libp2p for Truly Distributed Networks (fork)

APACHE-2.0 License

Stars
42

Bot releases are visible (Hide)

hyprspace - 0.10.1 Latest Release

Published by max-privatevoid 5 months ago

What's Changed

Full Changelog: https://github.com/hyprspace/hyprspace/compare/v0.10.0...v0.10.1

hyprspace - 0.10.0

Published by max-privatevoid 5 months ago

What's Changed

Full Changelog: https://github.com/hyprspace/hyprspace/compare/v0.9.0...v0.10.0

hyprspace - 0.9.0

Published by max-privatevoid 5 months ago

Notable features in this release:

IPv6 #14

  • All nodes are now assigned an IPv6 address in the format fd00:6879:7072:7370:6163:6500:NNNN:NNNN, where NNNN:NNNN is the PeerID shortened to 4 bytes, similar to how IPv4 address generation works.
  • Hyprspace can now route IPv6 networks.
  • The DNS server will return A and AAAA records.

Service Network #15

  • The Service Network acts as a generic IP-level virtual hosting mechanism. It allows you to address individual services on a host by a subdomain rather than by a port number.
  • The IPv6 address format for a service IP address is fd00:6879:7072:7370:7376:NNNN:NNNN:SSSS, where NNNN:NNNN is the same shortened PeerID as for IPv6 built-in addresses, and SSSS is the service name string shortened to 2 bytes.
  • A service is configured in the config file of the node that provides it, using the services key.
  • On the network, the service is entirely identified by its IP address. It effectively listens on all ports.
  • Currently, only TCP-based services are supported.
hyprspace - 0.8.6

Published by max-privatevoid 5 months ago

Package Rankings
Top 3.68% on Proxy.golang.org
Related Projects