Narrowlink Versions Save

A self-hosted solution to enable secure connectivity between devices across restricted networks like NAT or firewalls

0.2.5

1 month ago

What's Changed

0.2.4

2 months ago

What's Changed

0.2.3

3 months ago

What's Changed

Nightly

5 months ago

Commits

  • b8b3419: Add an additional lint check (SajjadPourali)
  • 57baa77: Change nightly versioning from timestamp to the latest git hash (SajjadPourali)
  • 35d23c3: Fix the lint error (SajjadPourali)

0.2.1

6 months ago
  • 04eedac: Fixed forward tunnel wrong protocol selection

0.2.0

6 months ago

Major Changes

  • Implemented direct peer-to-peer connectivity between clients and agents using QUIC protocol. Tunnels now can use both relay and direct modes.
  • Added experimental TUN interface support to receive IP traffic. (Requires privileged access).
  • Replaced single certificate for all domains with individual certificates for each domain to improve privacy.
  • Simplified access control by only sending rules when command channel connects rather than each connection.

Other Enhancements

  • Agents can now run in background
  • Reduced binary size
  • Improved logging
  • Enhanced stability
  • Better error handling

Known Issues

  • TUN interface requires privileged access and is currently experimental. Guidelines will be provided for safe usage.
  • Breaking changes from 0.1.x releases. Not backwards compatible.

Read more: https://narrowlink.com/blog/Narrowlink-0.2.0-Peer-to-Peer-Connectivity-and-TUN-Interface

0.1.4

8 months ago

Commits

  • 27a7446: Improve logging (#28)
  • cb102f8: Update dependencies (#30)
  • Add Cargo.lock (#14)

0.1.3

9 months ago
  • Add x86_64-unknown-freebsd
  • Error handling improvement
  • Fixing the partial transfer issue
  • Internal improvements

0.1.2

9 months ago